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-29 10:59:06 +1000
commit4813e63f7994e543f2da40ded0289c1be6a92141 (patch)
tree8db6bd6d0133fd412452dd5f8c456447e97bfd3b
parent26c65758e99f271452b544a14e0d65ed1cedddfc (diff)
downloadlibinput-4813e63f7994e543f2da40ded0289c1be6a92141.tar.gz
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> (cherry picked from commit 144f5ed93dc70873ee7d07b0acc00d1fe5560ead)
-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;
+
+