Source-Changes-HG archive

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

[src/netbsd-2]: src/sys/dev/usb Pullup rev 1.53 (requested by augustss in tic...



details:   https://anonhg.NetBSD.org/src/rev/f39b869bc7d8
branches:  netbsd-2
changeset: 564374:f39b869bc7d8
user:      jmc <jmc%NetBSD.org@localhost>
date:      Wed Dec 14 04:10:47 2005 +0000

description:
Pullup rev 1.53 (requested by augustss in ticket #10179)

        Add Siemens AG Wireless Modules MC75 support. PR#32180

diffstat:

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

diffs (27 lines):

diff -r a03a017be3c9 -r f39b869bc7d8 sys/dev/usb/usb_quirks.c
--- a/sys/dev/usb/usb_quirks.c  Wed Dec 14 04:10:43 2005 +0000
+++ b/sys/dev/usb/usb_quirks.c  Wed Dec 14 04:10:47 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usb_quirks.c,v 1.49.2.1 2004/07/02 17:22:28 he Exp $   */
+/*     $NetBSD: usb_quirks.c,v 1.49.2.1.2.1 2005/12/14 04:10:47 jmc Exp $      */
 /*     $FreeBSD: src/sys/dev/usb/usb_quirks.c,v 1.30 2003/01/02 04:15:55 imp Exp $     */
 
 /*
@@ -39,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: usb_quirks.c,v 1.49.2.1 2004/07/02 17:22:28 he Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usb_quirks.c,v 1.49.2.1.2.1 2005/12/14 04:10:47 jmc Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -84,6 +84,8 @@
        0x001, { UQ_ASSUME_CM_OVER_DATA }},
  { USB_VENDOR_EICON, USB_PRODUCT_EICON_DIVA852,
         0x100, { UQ_ASSUME_CM_OVER_DATA }},
+ { USB_VENDOR_SIEMENS2, USB_PRODUCT_SIEMENS2_MC75,
+        0x000, { UQ_ASSUME_CM_OVER_DATA }},
  { USB_VENDOR_TI, USB_PRODUCT_TI_UTUSB41,          0x110, { UQ_POWER_CLAIM }},
  { USB_VENDOR_TELEX, USB_PRODUCT_TELEX_MIC1,       0x009, { UQ_AU_NO_FRAC }},
  { USB_VENDOR_SILICONPORTALS, USB_PRODUCT_SILICONPORTALS_YAPPHONE,



Home | Main Index | Thread Index | Old Index