diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2016-06-30 10:11:17 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2016-07-14 07:46:54 +1000 |
commit | caf14fab16b2919b657087c80133cf357be84b09 (patch) | |
tree | 36f3adc3e2f80697d78427e96422343fd98785ca /udev | |
parent | 3141b8437e3633f81d94cb9daf91b3af5977f9e9 (diff) |
touchpad: reduce middle button size on Dell touchpads to 10mm
All Dell touchpas appear to have a visual marker on their touchpads. With a
visible marker our middle button can (and should) be much smaller since we
can rely on users to hit the button precisely.
https://bugs.freedesktop.org/show_bug.cgi?id=96710
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Tested-by: Andy Lutomirski <luto@kernel.org>
Reviewed-by: Yong Bakos <ybakos@humanoriented.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'udev')
-rw-r--r-- | udev/90-libinput-model-quirks.hwdb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/udev/90-libinput-model-quirks.hwdb b/udev/90-libinput-model-quirks.hwdb index 5e5ea9a..ebce8d2 100644 --- a/udev/90-libinput-model-quirks.hwdb +++ b/udev/90-libinput-model-quirks.hwdb @@ -48,6 +48,13 @@ libinput:mouse:input:b0003v06A3p0CD5* LIBINPUT_MODEL_CYBORG_RAT=1 ########################################## +# Dell +########################################## +libinput:name:SynPS/2 Synaptics TouchPad:dmi:*svnDellInc.:* +libinput:name:* Touchpad:dmi:*svnDellInc.:* + LIBINPUT_MODEL_DELL_TOUCHPAD=1 + +########################################## # Elantech ########################################## libinput:name:*ETPS/2 Elantech Touchpad*:dmi:* |