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.



details:   https://anonhg.NetBSD.org/src/rev/c1e1053c51f0
branches:  trunk
changeset: 485273:c1e1053c51f0
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sun Apr 23 19:35:35 2000 +0000

description:
Regen.

diffstat:

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

diffs (76 lines):

diff -r b5715d9ad682 -r c1e1053c51f0 sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h     Sun Apr 23 19:03:45 2000 +0000
+++ b/sys/dev/usb/usbdevs.h     Sun Apr 23 19:35:35 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs.h,v 1.95 2000/04/21 15:59:43 augustss Exp $    */
+/*     $NetBSD: usbdevs.h,v 1.96 2000/04/23 19:35:35 augustss Exp $    */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.93 2000/04/20 23:39:50 augustss Exp 
+ *     NetBSD: usbdevs,v 1.95 2000/04/23 19:03:45 augustss Exp 
  */
 
 /*
@@ -205,6 +205,7 @@
 #define        USB_VENDOR_BURRBROWN    0x08bb          /* Burr-Brown Japan, Ltd. */
 #define        USB_VENDOR_2WIRE        0x08c8          /* 2Wire, Inc */
 #define        USB_VENDOR_AIPTEK       0x08ca          /* AIPTEK International, Inc. */
+#define        USB_VENDOR_SMARTBRIDGES 0x08d1          /* SmartBridges Pte Ltd. */
 #define        USB_VENDOR_BILLIONTON   0x08dd          /* Billionton Systems, Inc. */
 #define        USB_VENDOR_AUTHENTEC    0x08ff          /* AuthenTec, Inc. */
 #define        USB_VENDOR_ALATION      0x0910          /* Alation Systems, Inc. */
@@ -568,6 +569,9 @@
 /* Sirius Technologies products */
 #define        USB_PRODUCT_SIRIUS_ROADSTER     0x0001          /* NetComm Roadster II 56 USB */
 
+/* SmartBridges products */
+#define        USB_PRODUCT_SMARTBRIDGES_SMARTLINK      0x0001          /* SmartLink USB ethernet adapter */
+
 /* SMC products */
 #define        USB_PRODUCT_SMC_2102USB 0x0100          /* 10Mbps ethernet adapter */
 #define        USB_PRODUCT_SMC_2202USB 0x0200          /* 10/100 ethernet adapter */
diff -r b5715d9ad682 -r c1e1053c51f0 sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h        Sun Apr 23 19:03:45 2000 +0000
+++ b/sys/dev/usb/usbdevs_data.h        Sun Apr 23 19:35:35 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs_data.h,v 1.95 2000/04/21 15:59:43 augustss Exp $       */
+/*     $NetBSD: usbdevs_data.h,v 1.96 2000/04/23 19:35:36 augustss Exp $       */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.93 2000/04/20 23:39:50 augustss Exp 
+ *     NetBSD: usbdevs,v 1.95 2000/04/23 19:03:45 augustss Exp 
  */
 
 /*
@@ -1006,6 +1006,12 @@
            "NetComm Roadster II 56 USB",
        },
        {
+           USB_VENDOR_SMARTBRIDGES, USB_PRODUCT_SMARTBRIDGES_SMARTLINK,
+           0,
+           "SmartBridges Pte Ltd.",
+           "SmartLink USB ethernet adapter",
+       },
+       {
            USB_VENDOR_SMC, USB_PRODUCT_SMC_2102USB,
            0,
            "Standard Microsystems Corp",
@@ -2038,6 +2044,12 @@
            NULL,
        },
        {
+           USB_VENDOR_SMARTBRIDGES, 0,
+           USB_KNOWNDEV_NOPROD,
+           "SmartBridges Pte Ltd.",
+           NULL,
+       },
+       {
            USB_VENDOR_BILLIONTON, 0,
            USB_KNOWNDEV_NOPROD,
            "Billionton Systems, Inc.",



Home | Main Index | Thread Index | Old Index