diff options
author | Amos Bird <amosbird@gmail.com> | 2020-06-30 18:04:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-30 19:04:08 +0900 |
commit | 7aee1e7304003839b6ed1aa58dccb9ef23362aeb (patch) | |
tree | 4bf92c19286c16ddd8559c4137096c204efba17e /hwdb.d | |
parent | 3ea58e010d8bd1a1916c77ef40fa96a48e6bef7d (diff) | |
download | systemd-7aee1e7304003839b6ed1aa58dccb9ef23362aeb.tar.gz |
hwdb: adjust touchpad edge detection for X1Tab3 (#16310)
Diffstat (limited to 'hwdb.d')
-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 2ee205a92f..6d760b2be0 100644 --- a/hwdb.d/60-evdev.hwdb +++ b/hwdb.d/60-evdev.hwdb @@ -434,6 +434,13 @@ evdev:name:Synaptics TM3289-002:dmi:*svnLENOVO*:pvrThinkPadX1Carbon5th* EVDEV_ABS_35=::19 EVDEV_ABS_36=::19 +# Lenovo Thinkpad X1 Tablet Gen3 +evdev:input:b0003v17EFp60B5* + EVDEV_ABS_00=::12 + EVDEV_ABS_01=::11 + EVDEV_ABS_35=::12 + EVDEV_ABS_36=::11 + # Lenovo T460 evdev:name:SynPS/2 Synaptics TouchPad:dmi:*svnLENOVO*:pn*ThinkPad*T460* EVDEV_ABS_00=1266:5677:44 |