mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-21 18:00:37 +01:00
quirks: add quirk for Dell XPS 15 9500 touchpad
The Dell XPS 15 9500 has a large touchpad without any visible markers for the touchpad buttons. Since the ModelTouchpadVisibleMarker quirk is enabled by default for all Dell touchpads, the middle button area ends up too small. Disable the quirk again for this specific model. Fixes #545 Signed-off-by: Jef Driesen <jefdriesen@telenet.be>
This commit is contained in:
parent
56f4af51ec
commit
4ce0d41b3a
1 changed files with 5 additions and 0 deletions
|
|
@ -28,6 +28,11 @@ MatchDMIModalias=dmi:*svnDellInc.:*pnXPS139333*
|
|||
AttrPressureRange=15:10
|
||||
AttrPalmPressureThreshold=150
|
||||
|
||||
[Dell XPS 15 9500 Touchpad]
|
||||
MatchName=* Touchpad
|
||||
MatchDMIModalias=dmi:*svnDellInc.:pnXPS159500:*
|
||||
ModelTouchpadVisibleMarker=0
|
||||
|
||||
[Dell Latitude D620 Trackpoint]
|
||||
MatchName=*DualPoint Stick
|
||||
MatchDMIModalias=dmi:*svnDellInc.:pnLatitudeD620*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue