mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 04:30:06 +01:00
quirks: add Contour Design RollerMouse USB Receiver
The Contour RollerMouse have a button for "double click" which emulates a double click. The two clicks are so close together that libinput triggers the debouncing functionality. Adds the ModelBouncingKeys quirk for the USB receiver. Closes: https://gitlab.freedesktop.org/libinput/libinput/-/issues/1138 Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1220>
This commit is contained in:
parent
c4d0d2c09d
commit
3b52569864
1 changed files with 6 additions and 0 deletions
|
|
@ -27,3 +27,9 @@ MatchVendor=0x0B33
|
||||||
MatchProduct=0x0703
|
MatchProduct=0x0703
|
||||||
MatchUdevType=mouse
|
MatchUdevType=mouse
|
||||||
ModelBouncingKeys=1
|
ModelBouncingKeys=1
|
||||||
|
|
||||||
|
[Contour Design RollerMouse USB Receiver]
|
||||||
|
MatchVendor=0x0B33
|
||||||
|
MatchProduct=0x2000
|
||||||
|
MatchUdevType=mouse
|
||||||
|
ModelBouncingKeys=1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue