mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-09 07:08:01 +02:00
quirks: add quirks for Dell laptop with Goodix 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/1130>
This commit is contained in:
parent
5ed75e7e9f
commit
3cf6c91fff
1 changed files with 12 additions and 0 deletions
|
|
@ -153,3 +153,15 @@ MatchBus=i2c
|
|||
MatchVendor=0x06CB
|
||||
MatchProduct=0xCFF9
|
||||
ModelPressurePad=1
|
||||
|
||||
[Dell laptop 14 Goodix touchpad]
|
||||
MatchBus=i2c
|
||||
MatchVendor=0x27C6
|
||||
MatchProduct=0x0F61
|
||||
ModelPressurePad=1
|
||||
|
||||
[Dell laptop 16 Goodix touchpad]
|
||||
MatchBus=i2c
|
||||
MatchVendor=0x27C6
|
||||
MatchProduct=0x0F62
|
||||
ModelPressurePad=1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue