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/5395f041b71d
branches:  trunk
changeset: 477143:5395f041b71d
user:      augustss <augustss%NetBSD.org@localhost>
date:      Tue Oct 12 11:27:52 1999 +0000

description:
Regen.

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 b31fcde6e642 -r 5395f041b71d sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h     Tue Oct 12 11:25:13 1999 +0000
+++ b/sys/dev/usb/usbdevs.h     Tue Oct 12 11:27:52 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs.h,v 1.48 1999/10/11 09:17:22 augustss Exp $    */
+/*     $NetBSD: usbdevs.h,v 1.49 1999/10/12 11:27:52 augustss Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.48 1999/10/11 09:16:59 augustss Exp 
+ *     NetBSD: usbdevs,v 1.49 1999/10/12 11:25:13 augustss Exp 
  */
 
 /*
@@ -282,6 +282,7 @@
 #define        USB_PRODUCT_ENTREGA_4S  0x0004          /* 4S serial connector */
 #define        USB_PRODUCT_ENTREGA_CENTRONICS  0x0006          /* Centronics connector */
 #define        USB_PRODUCT_ENTREGA_1S9 0x0093          /* 1S9 serial connector */
+#define        USB_PRODUCT_ENTREGA_EZUSB       0x8000          /* EZ-USB */
 #define        USB_PRODUCT_ENTREGA_SERIAL      0x8001          /* DB25 Serial connector */
 
 /* ActiveWire Inc. products */
diff -r b31fcde6e642 -r 5395f041b71d sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h        Tue Oct 12 11:25:13 1999 +0000
+++ b/sys/dev/usb/usbdevs_data.h        Tue Oct 12 11:27:52 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs_data.h,v 1.48 1999/10/11 09:17:23 augustss Exp $       */
+/*     $NetBSD: usbdevs_data.h,v 1.49 1999/10/12 11:27:53 augustss Exp $       */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.48 1999/10/11 09:16:59 augustss Exp 
+ *     NetBSD: usbdevs,v 1.49 1999/10/12 11:25:13 augustss Exp 
  */
 
 /*
@@ -472,6 +472,12 @@
            "1S9 serial connector",
        },
        {
+           USB_VENDOR_ENTREGA, USB_PRODUCT_ENTREGA_EZUSB,
+           0,
+           "Entrega",
+           "EZ-USB",
+       },
+       {
            USB_VENDOR_ENTREGA, USB_PRODUCT_ENTREGA_SERIAL,
            0,
            "Entrega",



Home | Main Index | Thread Index | Old Index