mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-05 00:38:01 +02:00
quirks: fix DWT on Legion 5i
The keyboard present on this device is not recognized as internal and disable while typing does not work. Add a quirk to fix this feature. Fix https://gitlab.freedesktop.org/libinput/libinput/-/issues/848 Signed-off-by: José Expósito <jose.exposito89@gmail.com>
This commit is contained in:
parent
b044b5fae1
commit
6c88d9a251
1 changed files with 5 additions and 0 deletions
|
|
@ -262,6 +262,11 @@ MatchVendor=0x048D
|
|||
MatchProduct=0xC101
|
||||
AttrKeyboardIntegration=internal
|
||||
|
||||
[Lenovo Legion 5i Keyboard]
|
||||
MatchName=ITE Tech. Inc. ITE Device(8910) Keyboard
|
||||
MatchDMIModalias=dmi:*svnLENOVO:*pvrLegion515IAH7H:*
|
||||
AttrKeyboardIntegration=internal
|
||||
|
||||
[Lenovo Legion 7 Keyboard]
|
||||
MatchUdevType=keyboard
|
||||
MatchBus=usb
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue