mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-04-05 06:40:36 +02:00
quirks: add quirks for Dell laptop with Sensel Touchpad.
This touchpad is a pressure pad and needs the pressure handling disable. Signed-off-by: Charles Wang <charles.goodix@gmail.com> Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1342>
This commit is contained in:
parent
aac0d3c2f8
commit
a60976c1d4
1 changed files with 12 additions and 0 deletions
|
|
@ -199,3 +199,15 @@ MatchBus=i2c
|
|||
MatchVendor=0x06CB
|
||||
MatchProduct=0xD01A
|
||||
ModelPressurePad=1
|
||||
|
||||
[Dell laptop 14 Sensel touchpad]
|
||||
MatchBus=i2c
|
||||
MatchVendor=0x2C2F
|
||||
MatchProduct=0x0034
|
||||
ModelPressurePad=1
|
||||
|
||||
[Dell laptop 16 Sensel touchpad]
|
||||
MatchBus=i2c
|
||||
MatchVendor=0x2C2F
|
||||
MatchProduct=0x0033
|
||||
ModelPressurePad=1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue