mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 02:10:07 +01:00
quirks: Add generic Synaptics quirk found in HP ones
This quirk is a generic one for all the HP laptops with haptic touchpad so makes more sense here because we are applying it dmi independent being more difficult to track this change if the touchpad became used in other vendors. Signed-off-by: David Santamaría Rogado <howl.nsp@gmail.com> Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1378>
This commit is contained in:
parent
2d3e47290c
commit
3cf723451f
1 changed files with 8 additions and 0 deletions
|
|
@ -7,6 +7,14 @@ MatchVendor=0x0002
|
|||
MatchProduct=0x0007
|
||||
ModelSynapticsSerialTouchpad=1
|
||||
|
||||
# "SYNA3580:00 06CB:CFD2 Touchpad": pressure touchpad mostly used in HP laptops.
|
||||
[Synaptics 06CB:CFD2 Touchpad]
|
||||
MatchBus=i2c
|
||||
MatchVendor=0x06CB
|
||||
MatchProduct=0xCFD2
|
||||
MatchUdevType=touchpad
|
||||
AttrInputProp=+INPUT_PROP_PRESSUREPAD
|
||||
|
||||
# SYNA3602:00 0911:5288 touchpad, clickpad pretending it has a right button.
|
||||
# Integrated into several systems, including
|
||||
# Purism Librem 14v1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue