diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2018-05-25 16:37:05 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2018-05-30 09:42:06 +1000 |
commit | 50d8bc722c26a9f2c36f07837ae3196e31851df1 (patch) | |
tree | 8bc8435f98af72b3b5b9396e5e650e5391f4445e | |
parent | c5bfa00760737bfa7456a449a588c84430d0a4aa (diff) |
udev: default to a trackpoint range of 160 for the new ALPS trackpoints
https://bugs.freedesktop.org/show_bug.cgi?id=106323
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | udev/90-libinput-model-quirks.hwdb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/udev/90-libinput-model-quirks.hwdb b/udev/90-libinput-model-quirks.hwdb index 25e99d9f..06e48950 100644 --- a/udev/90-libinput-model-quirks.hwdb +++ b/udev/90-libinput-model-quirks.hwdb @@ -49,6 +49,9 @@ libinput:name:*AlpsPS/2 ALPS DualPoint TouchPad:fwversion:800 libinput:name:*AlpsPS/2 ALPS GlidePoint:fwversion:800 LIBINPUT_ATTR_SIZE_HINT=100x55 +libinput:name:*AlpsPS/2 ALPS DualPoint Stick:fwversion:800 + LIBINPUT_ATTR_TRACKPOINT_RANGE=160 + ########################################## # Apple ########################################## |