quirks: add quirk for Lenovo Yoga Slim 9 Touchpad
authorUdo Rader <udo.rader@bestsolution.at>
Tue, 20 Apr 2021 02:15:03 +0000 (02:15 +0000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Tue, 20 Apr 2021 02:15:03 +0000 (02:15 +0000)
This touchpad is a pressure pad and needs the pressure
handling disabled.

Fixes #604

Signed-off-by: Udo Rader <udo.rader@bestsolution.at>
quirks/50-system-lenovo.quirks

index f617bb7..6d0fbf9 100644 (file)
@@ -221,3 +221,12 @@ MatchBus=usb
 MatchVendor=0x048D
 MatchProduct=0xC955
 AttrKeyboardIntegration=internal
+
+# https://gitlab.freedesktop.org/libinput/libinput/-/issues/604
+[Lenovo Yoga Slim 9 14ITL5 Pressurepad]
+MatchBus=i2c
+MatchVendor=0x27C6
+MatchProduct=0x01E8
+AttrEventCodeDisable=ABS_MT_PRESSURE;ABS_PRESSURE;
+
+