mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-06-14 14:38:23 +02:00
quirks: add HP haptic touchpad quirk
Signed-off-by: Dirk Su <dirk.su@canonical.com> Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1497>
This commit is contained in:
parent
0c73217378
commit
b12bc3b4bd
1 changed files with 8 additions and 0 deletions
|
|
@ -26,3 +26,11 @@ MatchVendor=0x06CB
|
|||
MatchProduct=0xCFD2
|
||||
MatchUdevType=touchpad
|
||||
AttrInputProp=+INPUT_PROP_PRESSUREPAD
|
||||
|
||||
# "06CB:D024 Touchpad": pressure touchpad used in HP laptops.
|
||||
[Synaptics 06CB:D024 Touchpad]
|
||||
MatchBus=i2c
|
||||
MatchVendor=0x06CB
|
||||
MatchProduct=0xD024
|
||||
MatchUdevType=touchpad
|
||||
AttrInputProp=+INPUT_PROP_PRESSUREPAD
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue