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/8398ab0ecd47
branches:  trunk
changeset: 473485:8398ab0ecd47
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sat Jun 05 14:14:42 1999 +0000

description:
Regen.

diffstat:

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

diffs (70 lines):

diff -r 9b25ea26e0a5 -r 8398ab0ecd47 sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h     Sat Jun 05 14:14:02 1999 +0000
+++ b/sys/dev/usb/usbdevs.h     Sat Jun 05 14:14:42 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs.h,v 1.30 1999/06/05 09:54:29 tron Exp $        */
+/*     $NetBSD: usbdevs.h,v 1.31 1999/06/05 14:14:42 augustss Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.30 1999/06/05 09:54:09 tron Exp 
+ *     NetBSD: usbdevs,v 1.31 1999/06/05 14:14:02 augustss Exp 
  */
 
 /*
@@ -67,7 +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_BROTHER      0x04f9          /* Brother Industries Corp. */
 #define        USB_VENDOR_JAZZ 0x04fa          /* Dallas Semiconductor */
 #define        USB_VENDOR_AKS  0x0529          /* Fast Security AG */
 #define        USB_VENDOR_VISION       0x0533          /* Alcatel Mobile Phones */
@@ -154,7 +154,7 @@
 #define        USB_PRODUCT_SHUTTLE_EUSB        0x0001          /* E-USB Bridge */
 
 /* Brother Industries products */
-#define        USB_PRODUCT_BROTHER_HL1050      0x0002          /* Brother HL-1050 laser printer */
+#define        USB_PRODUCT_BROTHER_HL1050      0x0002          /* HL-1050 laser printer */
 
 /* Jazz products */
 #define        USB_PRODUCT_JAZZ_J6502  0x4201          /* J-6502 speakers */
diff -r 9b25ea26e0a5 -r 8398ab0ecd47 sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h        Sat Jun 05 14:14:02 1999 +0000
+++ b/sys/dev/usb/usbdevs_data.h        Sat Jun 05 14:14:42 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs_data.h,v 1.30 1999/06/05 09:54:29 tron Exp $   */
+/*     $NetBSD: usbdevs_data.h,v 1.31 1999/06/05 14:14:42 augustss Exp $       */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.30 1999/06/05 09:54:09 tron Exp 
+ *     NetBSD: usbdevs,v 1.31 1999/06/05 14:14:02 augustss Exp 
  */
 
 /*
@@ -198,8 +198,8 @@
        {
            USB_VENDOR_BROTHER, USB_PRODUCT_BROTHER_HL1050,
            0,
-           "Brother Industries",
-           "Brother HL-1050 laser printer",
+           "Brother Industries Corp.",
+           "HL-1050 laser printer",
        },
        {
            USB_VENDOR_JAZZ, USB_PRODUCT_JAZZ_J6502,
@@ -444,7 +444,7 @@
        {
            USB_VENDOR_BROTHER, 0,
            USB_KNOWNDEV_NOPROD,
-           "Brother Industries",
+           "Brother Industries Corp.",
            NULL,
        },
        {



Home | Main Index | Thread Index | Old Index