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:
Christoffer Holmstedt 2019-01-13 10:37:04 +01:00
parent eb0b48151f
commit fc029e3fb5
2 changed files with 12 additions and 0 deletions

View file

@ -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',

View 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