mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 02:10:07 +01:00
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>
27 lines
736 B
Text
27 lines
736 B
Text
# Do not edit this file, it will be overwritten on update
|
|
|
|
[Synaptics Serial Touchpads]
|
|
MatchUdevType=touchpad
|
|
MatchBus=ps2
|
|
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
|
|
# Prestigio Smartbook 141 C2
|
|
# StarLite Mk II
|
|
# Iota IOTA2320
|
|
[Synaptics 0911:5288 Touchpad]
|
|
MatchUdevType=touchpad
|
|
MatchName=* 0911:5288 Touchpad
|
|
AttrEventCode=-BTN_RIGHT
|