From 3b52569864ec261e2fb3f8b0d3b0196dd3353215 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Wed, 11 Jun 2025 17:29:15 +0200 Subject: [PATCH] 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: --- quirks/30-vendor-contour.quirks | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/quirks/30-vendor-contour.quirks b/quirks/30-vendor-contour.quirks index f58a0d4e..6f923c0c 100644 --- a/quirks/30-vendor-contour.quirks +++ b/quirks/30-vendor-contour.quirks @@ -27,3 +27,9 @@ MatchVendor=0x0B33 MatchProduct=0x0703 MatchUdevType=mouse ModelBouncingKeys=1 + +[Contour Design RollerMouse USB Receiver] +MatchVendor=0x0B33 +MatchProduct=0x2000 +MatchUdevType=mouse +ModelBouncingKeys=1