diff options
author | Wyatt Ward <wyattfward@gmail.com> | 2018-09-06 21:35:55 -0400 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-09-07 10:35:55 +0900 |
commit | b9d365e6e2268d77068ffe2f8364f7770ebc3246 (patch) | |
tree | cc3f3db6dde57e9b1be775f141c930ed4a6f4445 /hwdb | |
parent | Merge pull request #10009 from evverx/rework-journald-fuzzers (diff) | |
download | systemd-b9d365e6e2268d77068ffe2f8364f7770ebc3246.tar.gz systemd-b9d365e6e2268d77068ffe2f8364f7770ebc3246.tar.bz2 systemd-b9d365e6e2268d77068ffe2f8364f7770ebc3246.zip |
hwdb: Added entry for X200 Tablet/X201 Tablet so their pointing sticks would be recognized. They share parts with normal X200 and X201's. (#10029)
Diffstat (limited to 'hwdb')
-rw-r--r-- | hwdb/70-pointingstick.hwdb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hwdb/70-pointingstick.hwdb b/hwdb/70-pointingstick.hwdb index f997912be..ffc26525d 100644 --- a/hwdb/70-pointingstick.hwdb +++ b/hwdb/70-pointingstick.hwdb @@ -134,12 +134,13 @@ evdev:name:TPPS/2 IBM TrackPoint:dmi:bvn*:bvr*:bd*:svnLENOVO:pn*:pvrThinkPadX1Ta POINTINGSTICK_SENSITIVITY=200 POINTINGSTICK_CONST_ACCEL=1.0 -# Lenovo Thinkpad X200/X201/X200s/X201s +# Lenovo Thinkpad X200/X201/X200s/X201s/X200 Tablet/X201 Tablet # 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?:* 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?Tablet:* POINTINGSTICK_SENSITIVITY=200 POINTINGSTICK_CONST_ACCEL=1.25 |