From 894d8fe0d32ef2c2adcb7bdda6296f315d190ab1 Mon Sep 17 00:00:00 2001 From: Kevin Kaland Date: Sun, 11 Aug 2019 20:02:18 +0000 Subject: [PATCH] Fix double click button. This fixes the double click button on the RollerMouse v3 (USB ID 0b33:1004). --- 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 23738b0..a880f85 100644 --- a/quirks/30-vendor-contour.quirks +++ b/quirks/30-vendor-contour.quirks @@ -9,3 +9,9 @@ MatchVendor=0x0B33 MatchProduct=0x1000 MatchUdevType=mouse ModelBouncingKeys=1 + +[Contour Design RollerMouse Red v3] +MatchVendor=0x0B33 +MatchProduct=0x1004 +MatchUdevType=mouse +ModelBouncingKeys=1 -- 2.7.4