Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb regen for SUNRISING SR9600 Fast Ethernet



details:   https://anonhg.NetBSD.org/src/rev/2cba227014d6
branches:  trunk
changeset: 754092:2cba227014d6
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Apr 19 21:56:00 2010 +0000

description:
regen for SUNRISING SR9600 Fast Ethernet

diffstat:

 sys/dev/usb/usbdevs.h      |   8 ++++++--
 sys/dev/usb/usbdevs_data.h |  16 ++++++++++++----
 2 files changed, 18 insertions(+), 6 deletions(-)

diffs (87 lines):

diff -r 87773a8b9909 -r 2cba227014d6 sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h     Mon Apr 19 21:55:20 2010 +0000
+++ b/sys/dev/usb/usbdevs.h     Mon Apr 19 21:56:00 2010 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs.h,v 1.543 2010/04/11 13:58:30 drochner Exp $   */
+/*     $NetBSD: usbdevs.h,v 1.544 2010/04/19 21:56:00 jmcneill Exp $   */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.548 2010/04/11 13:57:22 drochner Exp
+ *     NetBSD: usbdevs,v 1.549 2010/04/19 21:55:20 jmcneill Exp
  */
 
 /*
@@ -430,6 +430,7 @@
 #define        USB_VENDOR_FALCOM       0x0f94          /* Falcom Wireless Communications GmbH */
 #define        USB_VENDOR_RIM  0x0fca          /* Research In Motion */
 #define        USB_VENDOR_DYNASTREAM   0x0fcf          /* Dynastream Innovations */
+#define        USB_VENDOR_SUNRISING    0x0fe6          /* SUNRISING */
 #define        USB_VENDOR_QUALCOMM     0x1004          /* Qualcomm */
 #define        USB_VENDOR_GIGABYTE     0x1044          /* GIGABYTE */
 #define        USB_VENDOR_MOTOROLA     0x1063          /* Motorola */
@@ -2297,6 +2298,9 @@
 /* XXX The above is a North American PC style keyboard possibly */
 #define        USB_PRODUCT_SUN_MOUSE   0x0100          /* Type 6 USB mouse */
 
+/* SUNRISING products */
+#define        USB_PRODUCT_SUNRISING_SR9600    0x8101          /* SR9600 Ethernet */
+
 /* SuperTop products */
 #define        USB_PRODUCT_SUPERTOP_IDEBRIDGE  0x6600          /* SuperTop IDE Bridge */
 
diff -r 87773a8b9909 -r 2cba227014d6 sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h        Mon Apr 19 21:55:20 2010 +0000
+++ b/sys/dev/usb/usbdevs_data.h        Mon Apr 19 21:56:00 2010 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs_data.h,v 1.544 2010/04/11 13:58:30 drochner Exp $      */
+/*     $NetBSD: usbdevs_data.h,v 1.545 2010/04/19 21:56:00 jmcneill Exp $      */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.548 2010/04/11 13:57:22 drochner Exp
+ *     NetBSD: usbdevs,v 1.549 2010/04/19 21:55:20 jmcneill Exp
  */
 
 /*
@@ -1499,6 +1499,10 @@
            "Dynastream Innovations",
        },
        {
+           USB_VENDOR_SUNRISING,
+           "SUNRISING",
+       },
+       {
            USB_VENDOR_QUALCOMM,
            "Qualcomm",
        },
@@ -1899,7 +1903,7 @@
            "GNU Radio USRP",
        },
 };
-const int usb_nvendors = 465;
+const int usb_nvendors = 466;
 
 const struct usb_product usb_products[] = {
        {
@@ -6663,6 +6667,10 @@
            "Type 6 USB mouse",
        },
        {
+           USB_VENDOR_SUNRISING, USB_PRODUCT_SUNRISING_SR9600,
+           "SR9600 Ethernet",
+       },
+       {
            USB_VENDOR_SUPERTOP, USB_PRODUCT_SUPERTOP_IDEBRIDGE,
            "SuperTop IDE Bridge",
        },
@@ -7155,4 +7163,4 @@
            "Prestige",
        },
 };
-const int usb_nproducts = 1313;
+const int usb_nproducts = 1314;



Home | Main Index | Thread Index | Old Index