mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-06 21:00:31 +01:00
quirks: add quirk for Dell Haptics Touchpad.
This Touchpad is a pressure pad and needs the pressure handling disable. Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1127>
This commit is contained in:
parent
fefeab4efe
commit
af0e9a23c3
1 changed files with 12 additions and 0 deletions
|
|
@ -141,3 +141,15 @@ MatchProduct=0x1063
|
|||
MatchUdevType=touchpad
|
||||
MatchDMIModalias=dmi:*svnDellInc.:pnPrecision5480*
|
||||
ModelTouchpadVisibleMarker=0
|
||||
|
||||
[Dell laptop 14 Synaptics touchpad]
|
||||
MatchBus=i2c
|
||||
MatchVendor=0x06CB
|
||||
MatchProduct=0xCFF8
|
||||
ModelPressurePad=1
|
||||
|
||||
[Dell laptop 16 Synaptics touchpad]
|
||||
MatchBus=i2c
|
||||
MatchVendor=0x06CB
|
||||
MatchProduct=0xCFF9
|
||||
ModelPressurePad=1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue