summaryrefslogtreecommitdiff
path: root/udev
diff options
context:
space:
mode:
authorMike Hogye <stacktracer@gmail.com>2018-05-01 11:14:41 -0400
committerPeter Hutterer <peter.hutterer@who-t.net>2018-05-02 08:20:38 +1000
commita1ca02ec88ee2f98b913b42e0cf5e3446a579db5 (patch)
tree38c0f12591f96c91225b9f9d8849ef3abc05fd73 /udev
parent63e5372190606c5c124eafbc4cac753f59bb9f69 (diff)
downloadlibinput-a1ca02ec88ee2f98b913b42e0cf5e3446a579db5.tar.gz
Fix spurious palm detections for Logitech Wireless Touchpad
This device frequently reports large pressure values during normal usage. It does not require a tight palm threshold, because it is a desktop device -- not built into a laptop surface -- so we can avoid false positives by setting a very high threshold. https://bugs.freedesktop.org/show_bug.cgi?id=105753 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'udev')
-rw-r--r--udev/90-libinput-model-quirks.hwdb4
1 files changed, 4 insertions, 0 deletions
diff --git a/udev/90-libinput-model-quirks.hwdb b/udev/90-libinput-model-quirks.hwdb
index 841debe5..13844f5d 100644
--- a/udev/90-libinput-model-quirks.hwdb
+++ b/udev/90-libinput-model-quirks.hwdb
@@ -278,6 +278,10 @@ libinput:mouse:input:b0003v046DpC408*
libinput:mouse:input:b0003v046Dp4024*
LIBINPUT_MODEL_LOGITECH_K400=1
+# Logitech Wireless Touchpad
+libinput:touchpad:input:b0003v046Dp4011*
+ LIBINPUT_ATTR_PALM_PRESSURE_THRESHOLD=400
+
##########################################
# Microsoft
##########################################