mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 15:10:13 +01:00
quirks: add another lenovo haptic touchpad quirk
Used at least in another more Lenovo model that the one in the comment where is actually. Signed-off-by: David Santamaría Rogado <howl.nsp@gmail.com> Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1383>
This commit is contained in:
parent
a525b30326
commit
56eec4afca
1 changed files with 11 additions and 0 deletions
|
|
@ -7,6 +7,17 @@ MatchVendor=0x0002
|
|||
MatchProduct=0x0007
|
||||
ModelSynapticsSerialTouchpad=1
|
||||
|
||||
# "SYNA2B31:00 06CB:CE37 Touchpad": pressure touchpad used in Lenovo laptops.
|
||||
# also known as
|
||||
# MSFT0001:00 06CB:CE37
|
||||
# MSFT0001:01 06CB:CE37
|
||||
# PNP0C50:01 06CB:CE37
|
||||
[Synaptics 06CB:CE37 Touchpad]
|
||||
MatchBus=i2c
|
||||
MatchVendor=0x06CB
|
||||
MatchProduct=0xCE37
|
||||
AttrInputProp=+INPUT_PROP_PRESSUREPAD
|
||||
|
||||
# "SYNA3580:00 06CB:CFD2 Touchpad": pressure touchpad mostly used in HP laptops.
|
||||
[Synaptics 06CB:CFD2 Touchpad]
|
||||
MatchBus=i2c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue