diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2018-04-13 08:57:05 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2018-04-13 09:29:36 +1000 |
commit | 23614f75515ddb97089e2554a304aac3d951cff3 (patch) | |
tree | 9cc1cb77c87822c2c491f792c9b1c70c0bf1222d /udev | |
parent | 36514957980af416b2f44d3b6dc6827279183305 (diff) |
debounce: disable debouncing on the Logitech K400
This is an external keyboard+touchpad but not recognised as touchpad by the
kernel so it's in mouse emulation mode. Double-taps are sent with impossibly
close timestamps and filtered out by the debouncing code. Since this isn't a
real button that can wear out anyway, let's just disable debouncing on this
device.
https://bugs.freedesktop.org/show_bug.cgi?id=105974
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'udev')
-rw-r--r-- | udev/90-libinput-model-quirks.hwdb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/udev/90-libinput-model-quirks.hwdb b/udev/90-libinput-model-quirks.hwdb index 7baec9f0..e6b7da28 100644 --- a/udev/90-libinput-model-quirks.hwdb +++ b/udev/90-libinput-model-quirks.hwdb @@ -244,6 +244,10 @@ libinput:name:*Logitech M570*:dmi:* libinput:mouse:input:b0003v046DpC408* LIBINPUT_MODEL_LOGITECH_MARBLE_MOUSE=1 +# Logitech K400 +libinput:mouse:input:b0003v046Dp4024* + LIBINPUT_MODEL_LOGITECH_K400=1 + ########################################## # Microsoft ########################################## |