diff options
author | Ulf Brosziewski <bru@cvs.openbsd.org> | 2020-06-17 23:43:09 +0000 |
---|---|---|
committer | Ulf Brosziewski <bru@cvs.openbsd.org> | 2020-06-17 23:43:09 +0000 |
commit | 99bff455fdfd288e97d9678af94682319a41d7c6 (patch) | |
tree | f71479f649b4599be66d680542159c6ed3b93304 /sys/dev/usb/usbdevs | |
parent | 6bef9ad611b3efdb02c0d5ea4bdb20b01ccb6a5f (diff) |
Fix broken HID descriptors of Elecom trackballs.
The report descriptors specify an invalid button count for models
with 6 or 8 buttons.
Thanks to Sivaram Gowkanapal, who provided the core of this patch.
ok mpi@
Diffstat (limited to 'sys/dev/usb/usbdevs')
-rw-r--r-- | sys/dev/usb/usbdevs | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 9cf6d7eac15..6a1d20ded81 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.715 2020/05/31 18:12:04 jcs Exp $ +$OpenBSD: usbdevs,v 1.716 2020/06/17 23:43:08 bru Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -1701,6 +1701,13 @@ product ELECOM LDUSB20 0x4010 LD-USB20 product ELECOM UCSGT 0x5003 UC-SGT Serial product ELECOM UCSGT0 0x5004 UC-SGT0 Serial product ELECOM LDUSBTX3 0xabc1 LD-USB/TX +product ELECOM MXT3URBK 0x00fb M-XT3UR BK +product ELECOM MXT3DRBK 0x00fc M-XT3DR BK +product ELECOM MXT4DRBK 0x00fd M-XT4DR BK +product ELECOM MDT1URBK 0x00fe M-DT1UR BK +product ELECOM MDT1DRBK 0x00ff M-DT1DR BK +product ELECOM MHT1URBK 0x010c M-HT1UR BK +product ELECOM MHT1DRBK 0x010d M-HT1DR BK /* Elektor Electronics products */ product ELEKTOR FT323R 0x0005 FT323R |