diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2018-02-20 08:27:48 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-02-20 08:27:48 +0100 |
commit | 6f58ff2325c22ca02a2450ce5b95f88c04b1c537 (patch) | |
tree | 82499cd36ddab017b8a0dae8e96be68daa99f10d /hwdb/60-evdev.hwdb | |
parent | meson: Multi-lines string should use ''' with meson (#8225) (diff) | |
download | systemd-6f58ff2325c22ca02a2450ce5b95f88c04b1c537.tar.xz systemd-6f58ff2325c22ca02a2450ce5b95f88c04b1c537.zip |
hwdb: add axis override for Dell Inspiron MM061 touchpad (#8226)
https://bugzilla.redhat.com/show_bug.cgi?id=1545389
Diffstat (limited to '')
-rw-r--r-- | hwdb/60-evdev.hwdb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hwdb/60-evdev.hwdb b/hwdb/60-evdev.hwdb index ff28b7e039..ab3835a236 100644 --- a/hwdb/60-evdev.hwdb +++ b/hwdb/60-evdev.hwdb @@ -151,6 +151,11 @@ evdev:name:AlpsPS/2 ALPS DualPoint TouchPad:dmi:bvn*:bvr*:bd*:svnDellInc.:pnInsp EVDEV_ABS_35=25:2000:22 EVDEV_ABS_36=0:1351:28 +# Dell Inspiron MM061 +evdev:name:SynPS/2 Synaptics TouchPad:dmi:*bvn*:bvr*:bd*:svnDellInc.:pnMM061:* + EVDEV_ABS_00=1008:5793:66 + EVDEV_ABS_01=687:5176:107 + # Dell Latitude E6220 evdev:name:AlpsPS/2 ALPS DualPoint TouchPad:dmi:bvn*:bvr*:bd*:svnDellInc.:pnLatitudeE6220* EVDEV_ABS_00=76:1815:22 |