From ab4f740bc59e3ba2948bcc4e03bd6125b1dae36f Mon Sep 17 00:00:00 2001 From: Vladimir Kondratyev Date: Sat, 24 Dec 2022 12:01:20 +0300 Subject: ums(4): Disable vendor usage page button support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit for all devices except Kensington Slimblade Trackball as it brokes some other devices like Contour Rollermouse Red Add a quirk for it as well. Reported by: Atte Peltomäki PR: 267922 MFC after: 2 weeks --- sys/dev/usb/usbdevs | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/usb/usbdevs') diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 70540fe6540b..4e2f46e5d77b 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -2710,6 +2710,7 @@ product KEISOKUGIKEN USBDAQ 0x0068 HKS-0200 USBDAQ /* Kensington products */ product KENSINGTON ORBIT 0x1003 Orbit USB/PS2 trackball product KENSINGTON TURBOBALL 0x1005 TurboBall +product KENSINGTON SLIMBLADE 0x2041 Slimblade Trackball /* Synaptics products */ product SYNAPTICS FPR9A 0x009a Fingerprint Reader -- cgit v1.3