mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-04-17 11:30:38 +02:00
quirks: lower AttrTrackpointMultiplier for ThinkPad X200s/201s to 0.25
Follow commit 65b53f82ff ("quirks: lower AttrTrackpointMultiplier for
ThinkPad X200/201 to 0.25") and lower this multiplier for Lenovo ThinkPad
X200s/201s models, as I found the identical issue as the one previously
quirked for ThinkPad X200/201.
Signed-off-by: Mingcong Bai <jeffbai@aosc.io>
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1084>
This commit is contained in:
parent
ab385a5d5f
commit
5915ac45dd
1 changed files with 2 additions and 2 deletions
|
|
@ -67,10 +67,10 @@ MatchName=*TPPS/2 IBM TrackPoint
|
|||
MatchDMIModalias=dmi:*svnLENOVO:*pvrThinkPadX20?:*
|
||||
AttrTrackpointMultiplier=0.25
|
||||
|
||||
[Lenovo X200x Trackpoint]
|
||||
[Lenovo X200s/201s Trackpoint]
|
||||
MatchName=*TPPS/2 IBM TrackPoint
|
||||
MatchDMIModalias=dmi:*svnLENOVO:*pvrThinkPadX20??:*
|
||||
AttrTrackpointMultiplier=1.25
|
||||
AttrTrackpointMultiplier=0.25
|
||||
|
||||
[Lenovo X230 Trackpoint]
|
||||
MatchName=*TPPS/2 IBM TrackPoint
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue