diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2020-10-23 11:01:57 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2020-10-23 13:35:50 +1000 |
commit | b925a0878b0b51fe30016546b9e48a7613dccd4d (patch) | |
tree | 998c0184783d630a24d28df79173f4266b14f648 /quirks/50-system-lenovo.quirks | |
parent | e882bd02167a9e2ca1c26c104026a8b29bf23ffa (diff) | |
download | libinput-b925a0878b0b51fe30016546b9e48a7613dccd4d.tar.gz |
quirks: switch the models with missing buttonpad to use the new attr
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'quirks/50-system-lenovo.quirks')
-rw-r--r-- | quirks/50-system-lenovo.quirks | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/quirks/50-system-lenovo.quirks b/quirks/50-system-lenovo.quirks index 19a3b9e5..6c299cbf 100644 --- a/quirks/50-system-lenovo.quirks +++ b/quirks/50-system-lenovo.quirks @@ -31,25 +31,31 @@ MatchName=*TPPS/2 IBM TrackPoint MatchDMIModalias=dmi:*svnLENOVO:*:pvrThinkPadT480:* AttrTrackpointMultiplier=0.4 +# Touchpad is a clickpad but INPUT_PROP_BUTTONPAD is not set, see +# https://gitlab.freedesktop.org/libinput/libinput/issues/177 [Lenovo T480s Touchpad] MatchName=Elan Touchpad MatchDMIModalias=dmi:*svnLENOVO:*:pvrThinkPadT480s* -ModelLenovoT480sTouchpad=1 +AttrInputPropEnable=INPUT_PROP_BUTTONPAD +# Touchpad is a clickpad but INPUT_PROP_BUTTONPAD is not set, see +# https://gitlab.freedesktop.org/libinput/libinput/issues/177 [Lenovo T490s Touchpad] MatchName=Elan Touchpad MatchDMIModalias=dmi:*svnLENOVO:*:pvrThinkPadT490s* -ModelLenovoT490sTouchpad=1 +AttrInputPropEnable=INPUT_PROP_BUTTONPAD [Lenovo T490s Trackpoint] MatchName=*TPPS/2 IBM TrackPoint MatchDMIModalias=dmi:*svnLENOVO:*:pvrThinkPadT490s:* AttrTrackpointMultiplier=0.4 +# Touchpad is a clickpad but INPUT_PROP_BUTTONPAD is not set, see +# https://gitlab.freedesktop.org/libinput/libinput/issues/234 [Lenovo L380 Touchpad] MatchName=Elan Touchpad MatchDMIModalias=dmi:*svnLENOVO:*:pvrThinkPadL380* -ModelLenovoL380Touchpad=1 +AttrInputPropEnable=INPUT_PROP_BUTTONPAD [Lenovo X200 Trackpoint] MatchName=*TPPS/2 IBM TrackPoint |