mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 06:50:05 +01:00
quirks: Move Synaptics touchpad to Hanticks
Synaptics 0911:5288 Touchpad really is a Hantick one, move it. Also change it to rely on bus and ids because name can vary. Signed-off-by: David Santamaría Rogado <howl.nsp@gmail.com>
This commit is contained in:
parent
0412fb3d44
commit
291167d49d
2 changed files with 22 additions and 11 deletions
22
quirks/30-vendor-hantick.quirks
Normal file
22
quirks/30-vendor-hantick.quirks
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Do not edit this file, it will be overwritten on update
|
||||
|
||||
# HTIX3602: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
|
||||
# with different names
|
||||
# ALPS0001:00 0911:5288
|
||||
# HTIX3602:00 0911:5288
|
||||
# PCT2342:00 0911:5288
|
||||
# SP3105FT:00 0911:5288
|
||||
# SYNA3602:00 0911:5288
|
||||
# Also exist FTSC1000:00 0911:5288 Mouse, so match in type
|
||||
# is needed to leave mouse button untouched.
|
||||
[Hantick 0911:5288 Touchpad]
|
||||
MatchBus=i2c
|
||||
MatchVendor=0x0911
|
||||
MatchProduct=0x5288
|
||||
MatchUdevType=touchpad
|
||||
AttrEventCode=-BTN_RIGHT
|
||||
|
|
@ -14,14 +14,3 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue