diff options
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2015-04-20 18:01:52 -0400 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2015-04-21 11:29:01 +1000 |
commit | a58223dc373ff89600088016bee85705fa382bab (patch) | |
tree | df8bfd819cc9e90a8ca764eaab11c9e7e7cba5e0 /hwdb/60-evdev.hwdb | |
parent | 1f845120ec0e1921ccf924aa5b001721c561c540 (diff) |
hwdb: add evdev entry for the Lenovo X230 series touchpad
The Lenovo X230 advertize a vertical resolution of 136, which gives a true
size of 31 mm. The actual physical size of the touchpad is 40 mm, so
override the resolution to 100.
Diffstat (limited to 'hwdb/60-evdev.hwdb')
-rw-r--r-- | hwdb/60-evdev.hwdb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/hwdb/60-evdev.hwdb b/hwdb/60-evdev.hwdb index ae483aaf51..0533f1b90b 100644 --- a/hwdb/60-evdev.hwdb +++ b/hwdb/60-evdev.hwdb @@ -36,6 +36,13 @@ # If a field is missing the field will be left as-is. Not all fields need to # be present. e.g. ::45 sets the resolution to 45 units/mm. +# +# Sort by by brand, model + +######################################### +# Apple +######################################### + # Macbook5,1 (unibody), aka wellspring3 evdev:input:b0003v05ACp0236* evdev:input:b0003v05ACp0237* @@ -75,3 +82,12 @@ evdev:input:b0003v05ACp025b* EVDEV_ABS_01=::92 EVDEV_ABS_35=::94 EVDEV_ABS_36=::92 + +######################################### +# Lenovo +######################################### + +# Lenovo X230 series +evdev:name:SynPS/2 Synaptics TouchPad:dmi:*svnLENOVO*:pn*ThinkPad*X230* + EVDEV_ABS_01=::100 + EVDEV_ABS_36=::100 |