diff options
author | Dave Ross <dave@davidmichaelross.com> | 2019-04-20 16:27:22 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-04-25 10:56:43 +0200 |
commit | 4275e9b7c3282e50ccfca21b4fd726fc3cdb2992 (patch) | |
tree | 5cca2233bdc51ffa0f2b2702063c2d56cdddc51a | |
parent | e87c1a458a7b2900d7a16b4b86499813f10454e8 (diff) | |
download | systemd-4275e9b7c3282e50ccfca21b4fd726fc3cdb2992.tar.gz |
hwdb: add axis range corrections for the Dell Latitude e7250
Based on touchpad-edge-detector and dimensions confirmed with the owner's manual (https://content.etilize.com/User-Manual/1037738079.pdf)
-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 4f94342a09..d3664f4f09 100644 --- a/hwdb/60-evdev.hwdb +++ b/hwdb/60-evdev.hwdb @@ -232,6 +232,13 @@ evdev:name:AlpsPS/2 ALPS DualPoint TouchPad:dmi:bvn*:bvr*:bd*:svnDellInc.:pnLati EVDEV_ABS_35=79:1841:22 EVDEV_ABS_36=140:1325:29 +# Dell Latitude E7250 +evdev:name:AlpsPS/2 ALPS GlidePoint:dmi:bvn*:bvr*:bd*:svnDellInc.:pnLatitudeE7250* + EVDEV_ABS_00=179:3903:38 + EVDEV_ABS_01=277:1916:32 + EVDEV_ABS_35=179:3903:38 + EVDEV_ABS_36=277:1916:32 + # Dell Latitude E7470 evdev:name:AlpsPS/2 ALPS DualPoint TouchPad:dmi:bvn*:bvr*:bd*:svnDellInc.:pnLatitudeE7470* EVDEV_ABS_00=29:2930:30 |