Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb add the no-uhidev quirk for all X-Rite and Greta...



details:   https://anonhg.NetBSD.org/src/rev/b8c3d7b26e73
branches:  trunk
changeset: 448339:b8c3d7b26e73
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Wed Jan 30 19:57:48 2019 +0000

description:
add the no-uhidev quirk for all X-Rite and GretagMacbeth devices

diffstat:

 sys/dev/usb/usb_quirks.c |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 886963974885 -r b8c3d7b26e73 sys/dev/usb/usb_quirks.c
--- a/sys/dev/usb/usb_quirks.c  Wed Jan 30 19:53:34 2019 +0000
+++ b/sys/dev/usb/usb_quirks.c  Wed Jan 30 19:57:48 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usb_quirks.c,v 1.90 2018/11/15 02:35:23 manu Exp $     */
+/*     $NetBSD: usb_quirks.c,v 1.91 2019/01/30 19:57:48 jakllsch Exp $ */
 /*     $FreeBSD: src/sys/dev/usb/usb_quirks.c,v 1.30 2003/01/02 04:15:55 imp Exp $     */
 
 /*
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: usb_quirks.c,v 1.90 2018/11/15 02:35:23 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usb_quirks.c,v 1.91 2019/01/30 19:57:48 jakllsch Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -186,6 +186,8 @@
        { UQ_HID_IGNORE, NULL }},
  { USB_VENDOR_CYBERPOWER,      USB_PRODUCT_CYBERPOWER_UPS,             ANY,
        { UQ_HID_IGNORE, NULL }},
+ { USB_VENDOR_GRETAGMACBETH,   ANY,                                    ANY,
+       { UQ_HID_IGNORE, NULL }},
  { USB_VENDOR_MGE,             USB_PRODUCT_MGE_UPS1,                   ANY,
        { UQ_HID_IGNORE, NULL }},
  { USB_VENDOR_MGE,             USB_PRODUCT_MGE_UPS2,                   ANY,
@@ -202,6 +204,8 @@
        { UQ_HID_IGNORE, NULL }},
  { USB_VENDOR_TI,              USB_PRODUCT_TI_MSP430,                  ANY,
        { UQ_HID_IGNORE, NULL }},
+ { USB_VENDOR_XRITE,           ANY,                                    ANY,
+       { UQ_HID_IGNORE, NULL }},
  { USB_VENDOR_KYE,             USB_PRODUCT_KYE_NICHE,                  0x100,
        { UQ_NO_SET_PROTO, NULL }},
  { USB_VENDOR_INSIDEOUT,       USB_PRODUCT_INSIDEOUT_EDGEPORT4,        0x094,



Home | Main Index | Thread Index | Old Index