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/14c3fb4f729c
branches:  trunk
changeset: 542812:14c3fb4f729c
user:      ichiro <ichiro%NetBSD.org@localhost>
date:      Sat Feb 08 04:08:23 2003 +0000

description:
regen

diffstat:

 sys/dev/usb/usbdevs.h      |   6 +++++-
 sys/dev/usb/usbdevs_data.h |  14 +++++++++++++-
 2 files changed, 18 insertions(+), 2 deletions(-)

diffs (62 lines):

diff -r 2cf3bc9af066 -r 14c3fb4f729c sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h     Sat Feb 08 04:07:36 2003 +0000
+++ b/sys/dev/usb/usbdevs.h     Sat Feb 08 04:08:23 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usbdevs.h,v 1.306 2003/02/07 18:08:25 augustss Exp $   */
+/*     $NetBSD: usbdevs.h,v 1.307 2003/02/08 04:08:23 ichiro Exp $     */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
@@ -252,6 +252,7 @@
 #define        USB_VENDOR_BRIMAX       0x078e          /* Brimax */
 #define        USB_VENDOR_AXIS 0x0792          /* Axis Communications */
 #define        USB_VENDOR_ABL  0x0794          /* ABL Electronics */
+#define        USB_VENDOR_SUNCOMM      0x079c          /* Sun Communications, Inc. */
 #define        USB_VENDOR_ALFADATA     0x079d          /* Alfadata Computer */
 #define        USB_VENDOR_NATIONALTECH 0x07a2          /* National Technical Systems */
 #define        USB_VENDOR_ONNTO        0x07a3          /* Onnto */
@@ -1282,6 +1283,9 @@
 /* STSN products */
 #define        USB_PRODUCT_STSN_STSN0001       0x0001          /* Internet Access Device */
 
+/* Sun Communications products */
+#define        USB_PRODUCT_SUNCOMM_MB_ADAPTOR  0x0003          /* Mobile Adaptor */
+
 /* SUN Corporation products */
 #define        USB_PRODUCT_SUNTAC_PS64P1       0x0005          /* SUNTAC U-Cable type P1 */
 #define        USB_PRODUCT_SUNTAC_VS10U        0x0009          /* SUNTAC Slipper U */
diff -r 2cf3bc9af066 -r 14c3fb4f729c sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h        Sat Feb 08 04:07:36 2003 +0000
+++ b/sys/dev/usb/usbdevs_data.h        Sat Feb 08 04:08:23 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usbdevs_data.h,v 1.307 2003/02/07 18:08:25 augustss Exp $      */
+/*     $NetBSD: usbdevs_data.h,v 1.308 2003/02/08 04:08:23 ichiro Exp $        */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
@@ -3484,6 +3484,12 @@
            "Internet Access Device",
        },
        {
+           USB_VENDOR_SUNCOMM, USB_PRODUCT_SUNCOMM_MB_ADAPTOR,
+           0,
+           "Sun Communications, Inc.",
+           "Mobile Adaptor",
+       },
+       {
            USB_VENDOR_SUNTAC, USB_PRODUCT_SUNTAC_PS64P1,
            0,
            "SUN Corporation",
@@ -4948,6 +4954,12 @@
            NULL,
        },
        {
+           USB_VENDOR_SUNCOMM, 0,
+           USB_KNOWNDEV_NOPROD,
+           "Sun Communications, Inc.",
+           NULL,
+       },
+       {
            USB_VENDOR_ALFADATA, 0,
            USB_KNOWNDEV_NOPROD,
            "Alfadata Computer",



Home | Main Index | Thread Index | Old Index