diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2017-01-05 19:32:14 +1000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-01-05 10:32:14 +0100 |
commit | 99381655221ff2e643d1dbef16368f46cd373b9f (patch) | |
tree | f1610f5e6ed2e0b5164c9af8228693d99fe28c8b /hwdb | |
parent | hwdb: add MOUSE_WHEEL_TILT_VERTICAL/HORIZONTAL to the mouse db (#5023) (diff) | |
download | systemd-99381655221ff2e643d1dbef16368f46cd373b9f.tar.gz systemd-99381655221ff2e643d1dbef16368f46cd373b9f.tar.bz2 systemd-99381655221ff2e643d1dbef16368f46cd373b9f.zip |
hwdb: add axis range corrections for Dell Latitude E6320 (#5022)
From https://bugs.freedesktop.org/show_bug.cgi?id=99239
Diffstat (limited to 'hwdb')
-rw-r--r-- | hwdb/60-evdev.hwdb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hwdb/60-evdev.hwdb b/hwdb/60-evdev.hwdb index 4eedaf55e..2d15d8cfc 100644 --- a/hwdb/60-evdev.hwdb +++ b/hwdb/60-evdev.hwdb @@ -144,6 +144,13 @@ evdev:name:AlpsPS/2 ALPS DualPoint TouchPad:dmi:bvn*:bvr*:bd*:svnDellInc.:pnLati EVDEV_ABS_35=76:1815:22 EVDEV_ABS_36=131:1330:30 +# Dell Latitude E6320 +evdev:name:AlpsPS/2 ALPS DualPoint TouchPad:dmi:bvn*:bvr*:bd*:svnDellInc.:pnLatitudeE6320* + EVDEV_ABS_00=79:1841:22 + EVDEV_ABS_01=140:1325:29 + EVDEV_ABS_35=79:1841:22 + EVDEV_ABS_36=140:1325:29 + # Dell Precision 5510 evdev:name:SynPS/2 Synaptics TouchPad:dmi:bvn*:bvr*:bd*:svnDellInc.:pnPrecision5510* EVDEV_ABS_00=::42 |