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 SMC 2206USB/ETH



details:   https://anonhg.NetBSD.org/src/rev/0858b2a5e016
branches:  trunk
changeset: 533717:0858b2a5e016
user:      rh <rh%NetBSD.org@localhost>
date:      Mon Jul 08 08:58:33 2002 +0000

description:
regen for SMC 2206USB/ETH

diffstat:

 sys/dev/usb/usbdevs.h      |   5 +++--
 sys/dev/usb/usbdevs_data.h |  10 ++++++++--
 2 files changed, 11 insertions(+), 4 deletions(-)

diffs (53 lines):

diff -r 2e718511f69b -r 0858b2a5e016 sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h     Mon Jul 08 08:57:33 2002 +0000
+++ b/sys/dev/usb/usbdevs.h     Mon Jul 08 08:58:33 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs.h,v 1.262 2002/06/20 09:20:53 augustss Exp $   */
+/*     $NetBSD: usbdevs.h,v 1.263 2002/07/08 08:58:33 rh Exp $ */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.257 2002/06/20 09:20:36 augustss Exp 
+ *     NetBSD: usbdevs,v 1.258 2002/07/08 08:57:33 rh Exp 
  */
 
 /*
@@ -1173,6 +1173,7 @@
 /* SMC products */
 #define        USB_PRODUCT_SMC_2102USB 0x0100          /* 10Mbps ethernet adapter */
 #define        USB_PRODUCT_SMC_2202USB 0x0200          /* 10/100 ethernet adapter */
+#define        USB_PRODUCT_SMC_2206USB 0x0201          /* EZ Connect USB Ethernet Adapter */
 #define        USB_PRODUCT_SMC2_2020HUB        0x2020          /* USB Hub */
 
 /* SOHOware products */
diff -r 2e718511f69b -r 0858b2a5e016 sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h        Mon Jul 08 08:57:33 2002 +0000
+++ b/sys/dev/usb/usbdevs_data.h        Mon Jul 08 08:58:33 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs_data.h,v 1.263 2002/06/20 09:20:54 augustss Exp $      */
+/*     $NetBSD: usbdevs_data.h,v 1.264 2002/07/08 08:58:34 rh Exp $    */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.257 2002/06/20 09:20:36 augustss Exp 
+ *     NetBSD: usbdevs,v 1.258 2002/07/08 08:57:33 rh Exp 
  */
 
 /*
@@ -3088,6 +3088,12 @@
            "10/100 ethernet adapter",
        },
        {
+           USB_VENDOR_SMC, USB_PRODUCT_SMC_2206USB,
+           0,
+           "Standard Microsystems",
+           "EZ Connect USB Ethernet Adapter",
+       },
+       {
            USB_VENDOR_SMC2, USB_PRODUCT_SMC2_2020HUB,
            0,
            "Standard Microsystems",



Home | Main Index | Thread Index | Old Index