diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2016-11-02 21:11:00 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2016-11-02 21:46:11 +1000 |
commit | 76008034ca04e8bf235f9be001c50176ade24479 (patch) | |
tree | 4e10eaf8c51f07fa0c0b42593e2fc364bfef9c22 /udev | |
parent | a58a9de70d7bc963006ba9ded049a2b97f0cdadd (diff) |
evdev: add hwdb quirk for HP Compaq 6910
Same as the HP Compat 8510, it doesn't send BTN_TOOL_DOUBLETAP/TRIPLETAP. This
may be a general issue with those series but they're 6 years old now, so
it's questionable to spend extra effort detecting them.
https://bugs.freedesktop.org/show_bug.cgi?id=98538
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'udev')
-rw-r--r-- | udev/90-libinput-model-quirks.hwdb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/udev/90-libinput-model-quirks.hwdb b/udev/90-libinput-model-quirks.hwdb index fed28e2..4bfc0f9 100644 --- a/udev/90-libinput-model-quirks.hwdb +++ b/udev/90-libinput-model-quirks.hwdb @@ -91,7 +91,11 @@ libinput:name:Cypress APA Trackpad ?cyapa?:dmi:* # HP ########################################## -# HP 8510w +# HP Compaq6910p +libinput:name:SynPS/2 Synaptics TouchPad:dmi:*svnHewlett-Packard:*pnHPCompaq6910p* + LIBINPUT_MODEL_HP6910_TOUCHPAD=1 + +# HP Compaq 8510w libinput:name:SynPS/2 Synaptics TouchPad:dmi:*svnHewlett-Packard:*pnHPCompaq8510w* LIBINPUT_MODEL_HP8510_TOUCHPAD=1 |