mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-27 23:20:32 +01:00
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>
This commit is contained in:
parent
63e5372190
commit
a1ca02ec88
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
##########################################
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue