Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb USB_VENDOR_METAGEEK changed to USB_VENDOR_MISC a...



details:   https://anonhg.NetBSD.org/src/rev/44ae9155c92f
branches:  trunk
changeset: 773640:44ae9155c92f
user:      plunky <plunky%NetBSD.org@localhost>
date:      Sat Feb 11 05:27:23 2012 +0000

description:
USB_VENDOR_METAGEEK changed to USB_VENDOR_MISC as the Vendor-ID
is used by more than one manufacturer

from PR/45908 by Tom Ivar Helbekkmo

diffstat:

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

diffs (27 lines):

diff -r cf0b29eda8c8 -r 44ae9155c92f sys/dev/usb/usb_quirks.c
--- a/sys/dev/usb/usb_quirks.c  Sat Feb 11 05:27:00 2012 +0000
+++ b/sys/dev/usb/usb_quirks.c  Sat Feb 11 05:27:23 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usb_quirks.c,v 1.73 2011/12/23 00:51:48 jakllsch Exp $ */
+/*     $NetBSD: usb_quirks.c,v 1.74 2012/02/11 05:27:23 plunky 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.73 2011/12/23 00:51:48 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usb_quirks.c,v 1.74 2012/02/11 05:27:23 plunky Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -63,7 +63,7 @@
        ANY,    { UQ_HID_IGNORE }},
  { USB_VENDOR_TRIPPLITE2, USB_PRODUCT_TRIPPLITE2_UPS,      
        ANY,   { UQ_HID_IGNORE }},
- { USB_VENDOR_METAGEEK, USB_PRODUCT_METAGEEK_WISPY_24X, ANY, { UQ_HID_IGNORE }},
+ { USB_VENDOR_MISC, USB_PRODUCT_MISC_WISPY_24X, ANY, { UQ_HID_IGNORE }},
 
  { USB_VENDOR_KYE, USB_PRODUCT_KYE_NICHE,          0x100, { UQ_NO_SET_PROTO}},
  { USB_VENDOR_INSIDEOUT, USB_PRODUCT_INSIDEOUT_EDGEPORT4,



Home | Main Index | Thread Index | Old Index