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/4fbd24194c54
branches:  trunk
changeset: 786980:4fbd24194c54
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Mon May 27 16:38:35 2013 +0000

description:
Regen.

diffstat:

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

diffs (87 lines):

diff -r 88910269bfd6 -r 4fbd24194c54 sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h     Mon May 27 16:32:58 2013 +0000
+++ b/sys/dev/usb/usbdevs.h     Mon May 27 16:38:35 2013 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs.h,v 1.641 2013/05/11 07:07:38 kiyohara Exp $   */
+/*     $NetBSD: usbdevs.h,v 1.642 2013/05/27 16:38:35 kiyohara Exp $   */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.649 2013/05/11 07:03:52 kiyohara Exp
+ *     NetBSD: usbdevs,v 1.650 2013/05/27 16:32:58 kiyohara Exp
  */
 
 /*
@@ -308,6 +308,7 @@
 #define        USB_VENDOR_GENERALINSTMNTS      0x07b2          /* General Instruments (Motorola) */
 #define        USB_VENDOR_OLYMPUS      0x07b4          /* Olympus */
 #define        USB_VENDOR_ABOCOM       0x07b8          /* AboCom Systems */
+#define        USB_VENDOR_KINGSUN      0x07c0          /* KingSun */
 #define        USB_VENDOR_KEISOKUGIKEN 0x07c1          /* Keisokugiken */
 #define        USB_VENDOR_ONSPEC       0x07c4          /* OnSpec */
 #define        USB_VENDOR_APG  0x07c5          /* APG Cash Drawer */
@@ -1899,6 +1900,9 @@
 #define        USB_PRODUCT_KINGSTON_DT101_G2   0x1642          /* DT 101 G2 */
 #define        USB_PRODUCT_KINGSTON_DT100_G2   0x6544          /* DT 100 G2 */
 
+/* KingSun products */
+#define        USB_PRODUCT_KINGSUN_IRDA        0x4200          /* KingSun/DonShine IrDA */
+
 /* Kodak products */
 #define        USB_PRODUCT_KODAK_DC220 0x0100          /* Digital Science DC220 */
 #define        USB_PRODUCT_KODAK_DC260 0x0110          /* Digital Science DC260 */
diff -r 88910269bfd6 -r 4fbd24194c54 sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h        Mon May 27 16:32:58 2013 +0000
+++ b/sys/dev/usb/usbdevs_data.h        Mon May 27 16:38:35 2013 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs_data.h,v 1.642 2013/05/11 07:07:38 kiyohara Exp $      */
+/*     $NetBSD: usbdevs_data.h,v 1.643 2013/05/27 16:38:35 kiyohara Exp $      */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.649 2013/05/11 07:03:52 kiyohara Exp
+ *     NetBSD: usbdevs,v 1.650 2013/05/27 16:32:58 kiyohara Exp
  */
 
 /*
@@ -1011,6 +1011,10 @@
            "AboCom Systems",
        },
        {
+           USB_VENDOR_KINGSUN,
+           "KingSun",
+       },
+       {
            USB_VENDOR_KEISOKUGIKEN,
            "Keisokugiken",
        },
@@ -2131,7 +2135,7 @@
            "GNU Radio USRP",
        },
 };
-const int usb_nvendors = 523;
+const int usb_nvendors = 524;
 
 const struct usb_product usb_products[] = {
        {
@@ -5891,6 +5895,10 @@
            "DT 100 G2",
        },
        {
+           USB_VENDOR_KINGSUN, USB_PRODUCT_KINGSUN_IRDA,
+           "KingSun/DonShine IrDA",
+       },
+       {
            USB_VENDOR_KODAK, USB_PRODUCT_KODAK_DC220,
            "Digital Science DC220",
        },
@@ -9971,4 +9979,4 @@
            "Prestige",
        },
 };
-const int usb_nproducts = 1959;
+const int usb_nproducts = 1960;



Home | Main Index | Thread Index | Old Index