Module Name:    src
Committed By:   kiyohara
Date:           Mon May 27 16:38:35 UTC 2013

Modified Files:
        src/sys/dev/usb: usbdevs.h usbdevs_data.h

Log Message:
Regen.


To generate a diff of this commit:
cvs rdiff -u -r1.641 -r1.642 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.642 -r1.643 src/sys/dev/usb/usbdevs_data.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/usbdevs.h
diff -u src/sys/dev/usb/usbdevs.h:1.641 src/sys/dev/usb/usbdevs.h:1.642
--- src/sys/dev/usb/usbdevs.h:1.641	Sat May 11 07:07:38 2013
+++ src/sys/dev/usb/usbdevs.h	Mon May 27 16:38:35 2013
@@ -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 */

Index: src/sys/dev/usb/usbdevs_data.h
diff -u src/sys/dev/usb/usbdevs_data.h:1.642 src/sys/dev/usb/usbdevs_data.h:1.643
--- src/sys/dev/usb/usbdevs_data.h:1.642	Sat May 11 07:07:38 2013
+++ src/sys/dev/usb/usbdevs_data.h	Mon May 27 16:38:35 2013
@@ -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 @@ const struct usb_vendor usb_vendors[] = 
 	    "AboCom Systems",
 	},
 	{
+	    USB_VENDOR_KINGSUN,
+	    "KingSun",
+	},
+	{
 	    USB_VENDOR_KEISOKUGIKEN,
 	    "Keisokugiken",
 	},
@@ -2131,7 +2135,7 @@ const struct usb_vendor usb_vendors[] = 
 	    "GNU Radio USRP",
 	},
 };
-const int usb_nvendors = 523;
+const int usb_nvendors = 524;
 
 const struct usb_product usb_products[] = {
 	{
@@ -5891,6 +5895,10 @@ const struct usb_product usb_products[] 
 	    "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 @@ const struct usb_product usb_products[] 
 	    "Prestige",
 	},
 };
-const int usb_nproducts = 1959;
+const int usb_nproducts = 1960;

Reply via email to