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/6d213566dc60
branches:  trunk
changeset: 473474:6d213566dc60
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Jun 05 09:54:29 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 8ab971ed7976 -r 6d213566dc60 sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h     Sat Jun 05 09:54:09 1999 +0000
+++ b/sys/dev/usb/usbdevs.h     Sat Jun 05 09:54:29 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs.h,v 1.29 1999/05/20 09:50:39 augustss Exp $    */
+/*     $NetBSD: usbdevs.h,v 1.30 1999/06/05 09:54:29 tron Exp $        */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.29 1999/05/20 09:50:09 augustss Exp 
+ *     NetBSD: usbdevs,v 1.30 1999/06/05 09:54:09 tron Exp 
  */
 
 /*
@@ -67,6 +67,7 @@
 #define        USB_VENDOR_3COM 0x04c1          /* U.S. Robotics */
 #define        USB_VENDOR_KONICA       0x04c8          /* Konica Corporation */
 #define        USB_VENDOR_SHUTTLE      0x04e6          /* Shuttle Technology */
+#define        USB_VENDOR_BROTHER      0x04f9          /* Brother Industries */
 #define        USB_VENDOR_JAZZ 0x04fa          /* Dallas Semiconductor */
 #define        USB_VENDOR_AKS  0x0529          /* Fast Security AG */
 #define        USB_VENDOR_VISION       0x0533          /* Alcatel Mobile Phones */
@@ -152,6 +153,9 @@
 /* Shuttle Technology products */
 #define        USB_PRODUCT_SHUTTLE_EUSB        0x0001          /* E-USB Bridge */
 
+/* Brother Industries products */
+#define        USB_PRODUCT_BROTHER_HL1050      0x0002          /* Brother HL-1050 laser printer */
+
 /* Jazz products */
 #define        USB_PRODUCT_JAZZ_J6502  0x4201          /* J-6502 speakers */
 
diff -r 8ab971ed7976 -r 6d213566dc60 sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h        Sat Jun 05 09:54:09 1999 +0000
+++ b/sys/dev/usb/usbdevs_data.h        Sat Jun 05 09:54:29 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs_data.h,v 1.29 1999/05/20 09:50:39 augustss Exp $       */
+/*     $NetBSD: usbdevs_data.h,v 1.30 1999/06/05 09:54:29 tron Exp $   */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.29 1999/05/20 09:50:09 augustss Exp 
+ *     NetBSD: usbdevs,v 1.30 1999/06/05 09:54:09 tron Exp 
  */
 
 /*
@@ -196,6 +196,12 @@
            "E-USB Bridge",
        },
        {
+           USB_VENDOR_BROTHER, USB_PRODUCT_BROTHER_HL1050,
+           0,
+           "Brother Industries",
+           "Brother HL-1050 laser printer",
+       },
+       {
            USB_VENDOR_JAZZ, USB_PRODUCT_JAZZ_J6502,
            0,
            "Dallas Semiconductor",
@@ -436,6 +442,12 @@
            NULL,
        },
        {
+           USB_VENDOR_BROTHER, 0,
+           USB_KNOWNDEV_NOPROD,
+           "Brother Industries",
+           NULL,
+       },
+       {
            USB_VENDOR_JAZZ, 0,
            USB_KNOWNDEV_NOPROD,
            "Dallas Semiconductor",



Home | Main Index | Thread Index | Old Index