summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUdo Rader <udo.rader@bestsolution.at>2021-04-20 02:15:03 +0000
committerPeter Hutterer <peter.hutterer@who-t.net>2021-04-20 02:15:03 +0000
commit144f5ed93dc70873ee7d07b0acc00d1fe5560ead (patch)
tree9c41ceeb44dc20157da915d1e6f7b5ab8405cc4c
parent10124797b502f3dd308919b7bab80752483d0f6b (diff)
quirks: add quirk for Lenovo Yoga Slim 9 Touchpad
This touchpad is a pressure pad and needs the pressure handling disabled. Fixes #604 Signed-off-by: Udo Rader <udo.rader@bestsolution.at>
-rw-r--r--quirks/50-system-lenovo.quirks9
1 files changed, 9 insertions, 0 deletions
diff --git a/quirks/50-system-lenovo.quirks b/quirks/50-system-lenovo.quirks
index f617bb75..6d0fbf98 100644
--- a/quirks/50-system-lenovo.quirks
+++ b/quirks/50-system-lenovo.quirks
@@ -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;
+
+