diff options
author | Björn <wilecoyote2015@users.noreply.github.com> | 2017-01-16 18:19:04 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-01-16 12:19:04 -0500 |
commit | e52b13cfc47a8181406a59b6fc30c01aa2934678 (patch) | |
tree | 11316bfa8f366e5c28af769577cf06acf07db56b /hwdb/60-evdev.hwdb | |
parent | 8171bcc70f94a07fb59ba0a3bed2ca5c8af57bbb (diff) | |
download | systemd-e52b13cfc47a8181406a59b6fc30c01aa2934678.tar.gz |
hwdb: add axis range corrections for Lenovo X1 Carbon 4th gen. / X1 Yoga (#5089)
The parameters were calculated on my X1 Yoga using touchpad-edge-detector; As as the device name indicates, the Touchpad is exactly the same as the X1 Carbon 4th gen.
Diffstat (limited to 'hwdb/60-evdev.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 7535851023..fd9078393b 100644 --- a/hwdb/60-evdev.hwdb +++ b/hwdb/60-evdev.hwdb @@ -261,6 +261,13 @@ evdev:name:SynPS/2 Synaptics TouchPad:dmi:*svnLENOVO*:pvrThinkPadT430* EVDEV_ABS_35=1250:5631:58 EVDEV_ABS_36=1309:4826:78 +# Lenovo Thinkpad Carbon X1 4th gen. and X1 Yoga 1st gen. +evdev:name:SynPS/2 Synaptics TouchPad:dmi:*svnLENOVO*:pvrThinkPadX1Carbon4th* + EVDEV_ABS_00=1262:5679:44 + EVDEV_ABS_01=1101:4824:65 + EVDEV_ABS_35=1262:5679:44 + EVDEV_ABS_36=1101:4824:65 + # Lenovo T460 evdev:name:SynPS/2 Synaptics TouchPad:dmi:*svnLENOVO*:pn*ThinkPad*T460* EVDEV_ABS_00=1266:5677:44 |