diff options
author | Dmitry Maluka <dmitrymaluka@gmail.com> | 2021-08-26 23:06:30 +0200 |
---|---|---|
committer | Dmitry Maluka <dmitrymaluka@gmail.com> | 2021-08-26 23:55:57 +0200 |
commit | a1566e3492ae0f62901349c746421676630de1e4 (patch) | |
tree | ab1389ae8b30f318c40320e5187b77369607effb /quirks | |
parent | 53bd70f4c7e2c177569d389aede7c0475a2f43ae (diff) | |
download | libinput-a1566e3492ae0f62901349c746421676630de1e4.tar.gz |
quirks: Thinkpad T470 trackpoint multiplier
Set multiplier for T470 to 0.4, same as for T480.
Trackpoint behavior on T470 was good before 1.9.0 (more precisely,
before the commit 87b568) when a new trackpoint acceleration algorithm
was introduced instead of the traditional linear filter. Since then
it is too sensitive and seems impossible to fine-tune using hw settings
or libinput accel speed setting.
With multiplier set to 0.4 it is as good (or better) as in 1.8.4.
Sensitivity feels the same as in 1.8.4 with the same hw settings for
speed and sensitivity.
Signed-off-by: Dmitry Maluka <dmitrymaluka@gmail.com>
Diffstat (limited to 'quirks')
-rw-r--r-- | quirks/50-system-lenovo.quirks | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/quirks/50-system-lenovo.quirks b/quirks/50-system-lenovo.quirks index ffd5107f..2f0f0e5a 100644 --- a/quirks/50-system-lenovo.quirks +++ b/quirks/50-system-lenovo.quirks @@ -26,6 +26,11 @@ MatchName=Synaptics tm2964-001 MatchDMIModalias=dmi:*svnLENOVO:*:pvrThinkPadT440p* ModelLenovoT450Touchpad=1 +[Lenovo T470 Trackpoint] +MatchName=*TPPS/2 IBM TrackPoint +MatchDMIModalias=dmi:*svnLENOVO:*:pvrThinkPadT470:* +AttrTrackpointMultiplier=0.4 + [Lenovo T480 Trackpoint] MatchName=*TPPS/2 IBM TrackPoint MatchDMIModalias=dmi:*svnLENOVO:*:pvrThinkPadT480:* |