mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-04-05 11:20:42 +02:00
quirks: add quirk for Dell Precision 5480 touchpad
The Dell Precision 5480 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 being too small. Disable the quirk for this specific model. Closes: #976 Signed-off-by: José Expósito <jose.exposito89@gmail.com> Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/979>
This commit is contained in:
parent
a43f1edbfe
commit
bee06c10ce
1 changed files with 8 additions and 0 deletions
|
|
@ -133,3 +133,11 @@ MatchBus=i2c
|
|||
MatchVendor=0x06CB
|
||||
MatchProduct=0xCFA0
|
||||
ModelPressurePad=1
|
||||
|
||||
[Dell Precision 5480]
|
||||
MatchBus=i2c
|
||||
MatchVendor=0x0488
|
||||
MatchProduct=0x1063
|
||||
MatchUdevType=touchpad
|
||||
MatchDMIModalias=dmi:*svnDellInc.:pnPrecision5480*
|
||||
ModelTouchpadVisibleMarker=0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue