Skip to content

quirks: match 'ITE Device(8910)' keyboard by USB VID/PID

Vadim Yanitskiy requested to merge fixeria/libinput:quirks into main

This allows the "Disable while typing" feature to work properly for:

048d:c102 Integrated Technology Express, Inc. ITE Device(8910)

This keyboard was found in the following Lenovo laptops:

  • Legion 5 Pro 16ARH7H
  • Legion 5 15ARH7H

The quirk for 16ARH7H was added in 94c785a2, however matching by DMI does not work for 15ARH7H, so let's match by USB VID/PID instead.

See also: #933 (comment 2099049).

Merge request reports