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/adb80ee9eaf5
branches:  trunk
changeset: 516546:adb80ee9eaf5
user:      augustss <augustss%NetBSD.org@localhost>
date:      Wed Oct 24 21:49:07 2001 +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 856b36f98a32 -r adb80ee9eaf5 sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h     Wed Oct 24 21:48:38 2001 +0000
+++ b/sys/dev/usb/usbdevs.h     Wed Oct 24 21:49:07 2001 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs.h,v 1.191 2001/10/17 15:44:50 ichiro Exp $     */
+/*     $NetBSD: usbdevs.h,v 1.192 2001/10/24 21:49:07 augustss Exp $   */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.188 2001/10/17 15:44:22 ichiro Exp 
+ *     NetBSD: usbdevs,v 1.189 2001/10/24 21:48:38 augustss Exp 
  */
 
 /*
@@ -229,6 +229,7 @@
 #define        USB_VENDOR_SMC  0x0707          /* Standard Microsystems Corp */
 #define        USB_VENDOR_PUTERCOM     0x0708          /* Putercom Co., Ltd. */
 #define        USB_VENDOR_MCT  0x0711          /* MCT Corp. */
+#define        USB_VENDOR_DIGITALSTREAM        0x074e          /* Digital Stream Corp. */
 #define        USB_VENDOR_AUREAL       0x0755          /* Aureal Semiconductor */
 #define        USB_VENDOR_MIDIMAN      0x0763          /* Midiman */
 #define        USB_VENDOR_GRIFFIN      0x077d          /* Griffin Technology, Inc. */
@@ -514,6 +515,9 @@
 #define        USB_PRODUCT_DIGI_ACCELEPORT4    0x0004          /* AccelePort USB 4 */
 #define        USB_PRODUCT_DIGI_ACCELEPORT8    0x0008          /* AccelePort USB 8 */
 
+/* Digital Stream Corp. products */
+#define        USB_PRODUCT_DIGITALSTREAM_PS2   0x0001          /* PS/2 Active Adapter */
+
 /* EIZO products */
 #define        USB_PRODUCT_EIZO_HUB    0x0000          /* hub */
 #define        USB_PRODUCT_EIZO_MONITOR        0x0001          /* monitor */
diff -r 856b36f98a32 -r adb80ee9eaf5 sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h        Wed Oct 24 21:48:38 2001 +0000
+++ b/sys/dev/usb/usbdevs_data.h        Wed Oct 24 21:49:07 2001 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs_data.h,v 1.192 2001/10/17 15:44:50 ichiro Exp $        */
+/*     $NetBSD: usbdevs_data.h,v 1.193 2001/10/24 21:49:07 augustss Exp $      */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.188 2001/10/17 15:44:22 ichiro Exp 
+ *     NetBSD: usbdevs,v 1.189 2001/10/24 21:48:38 augustss Exp 
  */
 
 /*
@@ -658,6 +658,12 @@
            "AccelePort USB 8",
        },
        {
+           USB_VENDOR_DIGITALSTREAM, USB_PRODUCT_DIGITALSTREAM_PS2,
+           0,
+           "Digital Stream Corp.",
+           "PS/2 Active Adapter",
+       },
+       {
            USB_VENDOR_EIZO, USB_PRODUCT_EIZO_HUB,
            0,
            "EIZO",
@@ -3526,6 +3532,12 @@
            NULL,
        },
        {
+           USB_VENDOR_DIGITALSTREAM, 0,
+           USB_KNOWNDEV_NOPROD,
+           "Digital Stream Corp.",
+           NULL,
+       },
+       {
            USB_VENDOR_AUREAL, 0,
            USB_KNOWNDEV_NOPROD,
            "Aureal Semiconductor",



Home | Main Index | Thread Index | Old Index