diff options
author | Gablegritule <78566595+Gablegritule@users.noreply.github.com> | 2021-02-09 00:30:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 00:30:49 +0100 |
commit | 5f33b2300b1ce7749a686dd1699ea0818b45857c (patch) | |
tree | 14f89cfe0c170f06065120b84696bc8639a3fa7a /hwdb.d/60-evdev.hwdb | |
parent | Merge pull request #18478 from mrc0mmand/fix-TEST-06 (diff) | |
download | systemd-5f33b2300b1ce7749a686dd1699ea0818b45857c.tar.xz systemd-5f33b2300b1ce7749a686dd1699ea0818b45857c.zip |
hwdb: add axis overrides for the Dell Latitude E5510 TouchPad (#18493)
I added an entry for Dell Latitude E5510 TouchPad to set up the true size
of the TouchPad (the size is currently over-estimated)
Diffstat (limited to 'hwdb.d/60-evdev.hwdb')
-rw-r--r-- | hwdb.d/60-evdev.hwdb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hwdb.d/60-evdev.hwdb b/hwdb.d/60-evdev.hwdb index 63ff7366b8..bd058003ff 100644 --- a/hwdb.d/60-evdev.hwdb +++ b/hwdb.d/60-evdev.hwdb @@ -235,6 +235,13 @@ 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 E5510 +evdev:name:AlpsPS/2 ALPS GlidePoint:dmi:*svnDellInc.:pnLatitudeE5510:* + EVDEV_ABS_00=73:1828:26 + EVDEV_ABS_01=101:1319:27 + EVDEV_ABS_35=73:1828:26 + EVDEV_ABS_36=101:1319:27 + # Dell Latitude E6220 evdev:name:AlpsPS/2 ALPS DualPoint TouchPad:dmi:bvn*:bvr*:bd*:svnDellInc.:pnLatitudeE6220:* EVDEV_ABS_00=76:1815:22 |