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/106ab90723f8
branches:  trunk
changeset: 467808:106ab90723f8
user:      augustss <augustss%NetBSD.org@localhost>
date:      Mon Mar 29 17:24:33 1999 +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 606c3cb48f48 -r 106ab90723f8 sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h     Mon Mar 29 17:23:45 1999 +0000
+++ b/sys/dev/usb/usbdevs.h     Mon Mar 29 17:24:33 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs.h,v 1.21 1999/01/26 22:32:22 augustss Exp $    */
+/*     $NetBSD: usbdevs.h,v 1.22 1999/03/29 17:24:33 augustss Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.21 1999/01/26 22:21:55 augustss Exp 
+ *     NetBSD: usbdevs,v 1.22 1999/03/29 17:23:45 augustss Exp 
  */
 
 /*
@@ -64,6 +64,7 @@
 #define        USB_VENDOR_CONNECTIX    0x0478          /* Connectix */
 #define        USB_VENDOR_ACER 0x04a5          /* Acer Peripherals */
 #define        USB_VENDOR_CYPRESS      0x04b4          /* Cypress Semiconductor */
+#define        USB_VENDOR_EPSON        0x04b8          /* Epson */
 #define        USB_VENDOR_3COM 0x04c1          /* 3Com */
 #define        USB_VENDOR_KONICA       0x04c8          /* Konica Corporation */
 #define        USB_VENDOR_SHUTTLE      0x04e6          /* Shuttle Technology */
@@ -130,6 +131,9 @@
 /* Cypress Semiconduuctor products */
 #define        USB_PRODUCT_CYPRESS_MOUSE       0x0001          /* mouse */
 
+/* Epson products */
+#define        USB_PRODUCT_EPSON_PRINTER3      0x0003          /* printer adapter */
+
 /* 3Com products */
 #define        USB_PRODUCT_3COM_USR56K 0x3021          /* U.S.Robotics 56000 Voice USB Modem */
 
diff -r 606c3cb48f48 -r 106ab90723f8 sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h        Mon Mar 29 17:23:45 1999 +0000
+++ b/sys/dev/usb/usbdevs_data.h        Mon Mar 29 17:24:33 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs_data.h,v 1.21 1999/01/26 22:32:22 augustss Exp $       */
+/*     $NetBSD: usbdevs_data.h,v 1.22 1999/03/29 17:24:34 augustss Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.21 1999/01/26 22:21:55 augustss Exp 
+ *     NetBSD: usbdevs,v 1.22 1999/03/29 17:23:45 augustss Exp 
  */
 
 /*
@@ -148,6 +148,12 @@
            "mouse",
        },
        {
+           USB_VENDOR_EPSON, USB_PRODUCT_EPSON_PRINTER3,
+           0,
+           "Epson",
+           "printer adapter",
+       },
+       {
            USB_VENDOR_3COM, USB_PRODUCT_3COM_USR56K,
            0,
            "3Com",
@@ -352,6 +358,12 @@
            NULL,
        },
        {
+           USB_VENDOR_EPSON, 0,
+           USB_KNOWNDEV_NOPROD,
+           "Epson",
+           NULL,
+       },
+       {
            USB_VENDOR_3COM, 0,
            USB_KNOWNDEV_NOPROD,
            "3Com",



Home | Main Index | Thread Index | Old Index