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/296f12a3d2b2
branches:  trunk
changeset: 477162:296f12a3d2b2
user:      augustss <augustss%NetBSD.org@localhost>
date:      Wed Oct 13 09:00:49 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 1b6f04902983 -r 296f12a3d2b2 sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h     Wed Oct 13 09:00:21 1999 +0000
+++ b/sys/dev/usb/usbdevs.h     Wed Oct 13 09:00:49 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs.h,v 1.51 1999/10/13 03:01:52 augustss Exp $    */
+/*     $NetBSD: usbdevs.h,v 1.52 1999/10/13 09:00:49 augustss Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.51 1999/10/13 03:01:37 augustss Exp 
+ *     NetBSD: usbdevs,v 1.52 1999/10/13 09:00:21 augustss Exp 
  */
 
 /*
@@ -101,6 +101,7 @@
 #define        USB_VENDOR_MACALLY      0x0618          /* Macally */
 #define        USB_VENDOR_MULTITECH    0x06e0          /* MultiTech */
 #define        USB_VENDOR_ADS  0x06e1          /* ADS Technologies */
+#define        USB_VENDOR_SANDISK      0x0781          /* SanDisk Corp */
 #define        USB_VENDOR_SIIG 0x07cc          /* SIIG */
 #define        USB_VENDOR_ACTIVEWIRE   0x0854          /* ActiveWire Inc. */
 #define        USB_VENDOR_MOTOROLA     0x1063          /* Motorola */
@@ -287,6 +288,9 @@
 #define        USB_PRODUCT_ENTREGA_EZUSB       0x8000          /* EZ-USB */
 #define        USB_PRODUCT_ENTREGA_SERIAL      0x8001          /* DB25 Serial connector */
 
+/* SanDisk products */
+#define        USB_PRODUCT_SANDISK_IMAGEMATE   0x0001          /* USB ImageMate */
+
 /* SIIG products */
 #define        USB_PRODUCT_SIIG_DIGIFILMREADER 0x0004          /* DigiFilm-Combo Reader */
 
diff -r 1b6f04902983 -r 296f12a3d2b2 sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h        Wed Oct 13 09:00:21 1999 +0000
+++ b/sys/dev/usb/usbdevs_data.h        Wed Oct 13 09:00:49 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs_data.h,v 1.51 1999/10/13 03:01:52 augustss Exp $       */
+/*     $NetBSD: usbdevs_data.h,v 1.52 1999/10/13 09:00:49 augustss Exp $       */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.51 1999/10/13 03:01:37 augustss Exp 
+ *     NetBSD: usbdevs,v 1.52 1999/10/13 09:00:21 augustss Exp 
  */
 
 /*
@@ -490,6 +490,12 @@
            "DB25 Serial connector",
        },
        {
+           USB_VENDOR_SANDISK, USB_PRODUCT_SANDISK_IMAGEMATE,
+           0,
+           "SanDisk Corp",
+           "USB ImageMate",
+       },
+       {
            USB_VENDOR_SIIG, USB_PRODUCT_SIIG_DIGIFILMREADER,
            0,
            "SIIG",
@@ -850,6 +856,12 @@
            NULL,
        },
        {
+           USB_VENDOR_SANDISK, 0,
+           USB_KNOWNDEV_NOPROD,
+           "SanDisk Corp",
+           NULL,
+       },
+       {
            USB_VENDOR_SIIG, 0,
            USB_KNOWNDEV_NOPROD,
            "SIIG",



Home | Main Index | Thread Index | Old Index