mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-11 08:08:50 +02:00
quirks: add quirk for Dell Precision 7550/7750 touchpad
Signed-off-by: Scott Jann <sjann@knight-rider.org>
This commit is contained in:
parent
b925a0878b
commit
69959c8a3b
1 changed files with 6 additions and 0 deletions
|
|
@ -65,6 +65,12 @@ MatchName=*DualPoint Stick
|
||||||
MatchDMIModalias=dmi:*svnDellInc.:pnLatitudeE7470*
|
MatchDMIModalias=dmi:*svnDellInc.:pnLatitudeE7470*
|
||||||
AttrTrackpointMultiplier=0.125
|
AttrTrackpointMultiplier=0.125
|
||||||
|
|
||||||
|
[Precision 7x50 Touchpad]
|
||||||
|
MatchBus=i2c
|
||||||
|
MatchUdevType=touchpad
|
||||||
|
MatchDMIModalias=dmi:*svnDellInc.:pnPrecision7?50*
|
||||||
|
AttrInputPropDisable=INPUT_PROP_BUTTONPAD
|
||||||
|
|
||||||
# The touch device has the same vid/pid as the totem, the MatchName
|
# The touch device has the same vid/pid as the totem, the MatchName
|
||||||
# directive is required here
|
# directive is required here
|
||||||
[Canvas Totem]
|
[Canvas Totem]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue