mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-23 06:10:38 +01:00
quirks: add clevetura clvx s touchpad quirk
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1454>
This commit is contained in:
parent
a1c5f35a69
commit
bb7aa004f8
1 changed files with 11 additions and 0 deletions
11
quirks/30-vendor-clevetura.quirks
Normal file
11
quirks/30-vendor-clevetura.quirks
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Do not edit this file, it will be overwritten on update
|
||||
|
||||
# Touchpad is not a clickpad but INPUT_PROP_BUTTONPAD is set,
|
||||
# causing libinput to drop physical button events.
|
||||
[Clevetura CLVX S Touchpad]
|
||||
MatchUdevType=touchpad
|
||||
MatchBus=bluetooth
|
||||
MatchVendor=0x36F7
|
||||
MatchProduct=0x5755
|
||||
AttrInputProp=-INPUT_PROP_BUTTONPAD
|
||||
AttrEventCode=+BTN_RIGHT
|
||||
Loading…
Add table
Reference in a new issue