diff options
author | 2017-05-11 12:29:15 +1000 | |
---|---|---|
committer | 2017-05-10 22:29:15 -0400 | |
commit | 5efd9f72ca2684ea1e22af5fa8771cd5b0524477 (patch) | |
tree | 85fca0dc0a41ae7d61522ed7a952814e86cdb2d7 /hwdb | |
parent | man: fix LD_LIBRARY_PATH example in environment.d (#5929) (diff) | |
download | systemd-5efd9f72ca2684ea1e22af5fa8771cd5b0524477.tar.gz systemd-5efd9f72ca2684ea1e22af5fa8771cd5b0524477.tar.bz2 systemd-5efd9f72ca2684ea1e22af5fa8771cd5b0524477.zip |
hwdb: add the X200/X201 to the existing X201s entry (#5934)
https://bugs.freedesktop.org/show_bug.cgi?id=100628
Diffstat (limited to 'hwdb')
-rw-r--r-- | hwdb/70-pointingstick.hwdb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hwdb/70-pointingstick.hwdb b/hwdb/70-pointingstick.hwdb index 65c87aeac..36b45db40 100644 --- a/hwdb/70-pointingstick.hwdb +++ b/hwdb/70-pointingstick.hwdb @@ -126,10 +126,11 @@ evdev:name:TPPS/2 IBM TrackPoint:dmi:bvn*:bvr*:bd*:svnLENOVO:pn*:pvrThinkPadX1Ta POINTINGSTICK_SENSITIVITY=200 POINTINGSTICK_CONST_ACCEL=1.0 -# Lenovo Thinkpad X200s / X201s +# Lenovo Thinkpad X200/X201/X200s/X201s # Note these come with 2 revisions of keyboard, with the trackpoints having a # different sensitivity in the different revisions. 1.25 is a bit slow for the # least sensitive revision, but it is better to be a bit slow than too fast. -evdev:name:TPPS/2 IBM TrackPoint:dmi:bvn*:bvr*:bd*:svnLENOVO:pn*:pvrThinkPadX20?s:* +evdev:name:TPPS/2 IBM TrackPoint:dmi:bvn*:bvr*:bd*:svnLENOVO:pn*:pvrThinkPadX20?:* +evdev:name:TPPS/2 IBM TrackPoint:dmi:bvn*:bvr*:bd*:svnLENOVO:pn*:pvrThinkPadX20??:* POINTINGSTICK_SENSITIVITY=200 POINTINGSTICK_CONST_ACCEL=1.25 |