mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 02:20:30 +01:00
quirks: add ModelBouncingKeys for Contour RollerMouse
The Contour RollerMouse have a button for "double click" which emulates a double click. The two clicks are so close together that with libinput heuristics it looks like a worn-out button and triggers debouncing functionality. This commit adds support for the RollerMouse Free 2 and RollerMouse Re:d. Fixes libinput/libinput#204
This commit is contained in:
parent
eb0b48151f
commit
fc029e3fb5
2 changed files with 12 additions and 0 deletions
|
|
@ -251,6 +251,7 @@ quirks_data = [
|
|||
'quirks/10-generic-trackball.quirks',
|
||||
'quirks/30-vendor-aiptek.quirks',
|
||||
'quirks/30-vendor-alps.quirks',
|
||||
'quirks/30-vendor-contour.quirks',
|
||||
'quirks/30-vendor-cyapa.quirks',
|
||||
'quirks/30-vendor-elantech.quirks',
|
||||
'quirks/30-vendor-huion.quirks',
|
||||
|
|
|
|||
11
quirks/30-vendor-contour.quirks
Normal file
11
quirks/30-vendor-contour.quirks
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[Contour Design RollerMouse Free 2]
|
||||
MatchVendor=0x0b33
|
||||
MatchProduct=0x0401
|
||||
MatchUdevType=mouse
|
||||
ModelBouncingKeys=1
|
||||
|
||||
[Contour Design RollerMouse Re:d]
|
||||
MatchVendor=0x0b33
|
||||
MatchProduct=0x1000
|
||||
MatchUdevType=mouse
|
||||
ModelBouncingKeys=1
|
||||
Loading…
Add table
Reference in a new issue