diff options
author | Alexis Deruelle <alexis.deruelle@laposte.net> | 2018-01-05 01:17:17 +0100 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2018-01-05 10:17:17 +1000 |
commit | c559eecaada396c66c4ea9ac80daeb630431063a (patch) | |
tree | 757d1df9896292cb4a21e36b5d82a6dcd58d346d /hwdb/60-evdev.hwdb | |
parent | dd1d57b0d1fcb6dc8090c1e6c2c6b7edb73a7ff0 (diff) | |
download | systemd-c559eecaada396c66c4ea9ac80daeb630431063a.tar.gz |
Touchpad range : add another Macbook4,1 variant (#7749)
#Add "Early 2008 Core 2 Duo/Penryn" Macbook4,1 match string to the existing touchpad range definition
##Symptoms
* Jerky/Jumpy cursor motion using touchpad
* "Axis value outside expected range" message in Xorg.0.log
##Fix
I followed the instructions described here :https://wayland.freedesktop.org/libinput/doc/latest/absolute_coordinate_ranges.html and came up with the following :
evdev:input:b0003v05ACp022A*
EVDEV_ABS_00=256:1469:12
EVDEV_ABS_01=256:829:12
The ranges and resolutions are the same as stated in the existing definition (+/- 2) so only add the match string.
Diffstat (limited to 'hwdb/60-evdev.hwdb')
-rw-r--r-- | hwdb/60-evdev.hwdb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hwdb/60-evdev.hwdb b/hwdb/60-evdev.hwdb index eb04de6863..741f990694 100644 --- a/hwdb/60-evdev.hwdb +++ b/hwdb/60-evdev.hwdb @@ -47,6 +47,7 @@ evdev:input:b0003v05ACp021B* # Macbook4,1 evdev:input:b0003v05ACp0229* +evdev:input:b0003v05ACp022A* EVDEV_ABS_00=256:1471:12 EVDEV_ABS_01=256:831:12 |