mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-07 04:58:21 +02:00
quirks: add quirk for HP Haptics Touchpad.
This Touchpad is a pressure pad and needs the pressure handling disable. Signed-off-by: Marge Yang <marge.yang@synaptics.corp-partner.google.com> Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/995>
This commit is contained in:
parent
857780ede7
commit
0c347a9728
1 changed files with 6 additions and 0 deletions
|
|
@ -92,3 +92,9 @@ MatchUdevType=keyboard
|
||||||
MatchBus=ps2
|
MatchBus=ps2
|
||||||
MatchDMIModalias=dmi:*svnHP:pnHPElitex21013G3:*
|
MatchDMIModalias=dmi:*svnHP:pnHPElitex21013G3:*
|
||||||
AttrKeyboardIntegration=external
|
AttrKeyboardIntegration=external
|
||||||
|
|
||||||
|
[HP Haptics Touchpad CFD2]
|
||||||
|
MatchBus=i2c
|
||||||
|
MatchVendor=0x06CB
|
||||||
|
MatchProduct=0xCFD2
|
||||||
|
ModelPressurePad=1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue