[Wayland-bugs] [Bug 105974] Logitech K400: double tap on touchpad is filtered by debouncing code
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue May 29 20:38:07 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=105974
--- Comment #12 from 1762536 at trash-mail.com ---
this is the commit for my Logitech K400
https://cgit.freedesktop.org/wayland/libinput/commit/?id=23614f75515ddb97089e2554a304aac3d951cff3
i think you have to ad something like
...
(EVDEV_MODEL_MS_NANO_TRANSCEIVER|EVDEV_MODEL_LOGITECH_K400|EVDEV_MODEL_LOGITECH_K400_PLUS)
...
MODEL(LOGITECH_K400),
MODEL(LOGITECH_K400_PLUS),
...
EVDEV_MODEL_LOGITECH_K400 = (1 << 11),
EVDEV_MODEL_LOGITECH_K400_PLUS = (1 << 13),
...
# Logitech K400
libinput:mouse:input:b0003v046Dp4024*
LIBINPUT_MODEL_LOGITECH_K400=1
# Logitech K400 +
libinput:mouse:input:...
LIBINPUT_MODEL_LOGITECH_K400_PLUS=1
...
but Peter Hutterer knows it better.
i think at least you have to provide the ids of the Logitech K400+
(those in the header of evemu output)
# EVEMU 1.3
...
# Input device name: "Logitech K400"
# Input device ID: bus 0x03 vendor 0x46d product 0x4024 version 0x111
...
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20180529/db1d83ff/attachment.html>
More information about the wayland-bugs
mailing list