Module Name:    src
Committed By:   ryoon
Date:           Sun May 25 06:11:40 UTC 2014

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.661 -r1.662 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.662 -r1.663 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.661 src/sys/dev/usb/usbdevs.h:1.662
--- src/sys/dev/usb/usbdevs.h:1.661	Tue May 20 09:56:26 2014
+++ src/sys/dev/usb/usbdevs.h	Sun May 25 06:11:40 2014
@@ -1,10 +1,10 @@
-/*	$NetBSD: usbdevs.h,v 1.661 2014/05/20 09:56:26 zafer Exp $	*/
+/*	$NetBSD: usbdevs.h,v 1.662 2014/05/25 06:11:40 ryoon Exp $	*/
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: usbdevs,v 1.668 2014/04/29 10:55:02 nonaka Exp
+ *	NetBSD: usbdevs,v 1.670 2014/05/25 06:10:25 ryoon Exp
  */
 
 /*
@@ -187,11 +187,12 @@
 #define	USB_VENDOR_TELEX	0x0562		/* Telex Communications */
 #define	USB_VENDOR_PERACOM	0x0565		/* Peracom Networks */
 #define	USB_VENDOR_ALCOR2	0x0566		/* Alcor Micro */
+#define	USB_VENDOR_XYRATEX	0x0567		/* Xyratex */
 #define	USB_VENDOR_WACOM	0x056a		/* WACOM */
 #define	USB_VENDOR_ETEK	0x056c		/* e-TEK Labs */
 #define	USB_VENDOR_EIZO	0x056d		/* EIZO */
 #define	USB_VENDOR_ELECOM	0x056e		/* Elecom */
-#define	USB_VENDOR_XYRATEX	0x0572		/* Xyratex */
+#define	USB_VENDOR_CONEXANT	0x0572		/* Conexant */
 #define	USB_VENDOR_HAUPPAUGE	0x0573		/* Hauppauge Computer Works */
 #define	USB_VENDOR_BAFO	0x0576		/* BAFO/Quality Computer Accessories */
 #define	USB_VENDOR_YEDATA	0x057b		/* Y-E Data */

Index: src/sys/dev/usb/usbdevs_data.h
diff -u src/sys/dev/usb/usbdevs_data.h:1.662 src/sys/dev/usb/usbdevs_data.h:1.663
--- src/sys/dev/usb/usbdevs_data.h:1.662	Tue May 20 09:56:42 2014
+++ src/sys/dev/usb/usbdevs_data.h	Sun May 25 06:11:40 2014
@@ -1,10 +1,10 @@
-/*	$NetBSD: usbdevs_data.h,v 1.662 2014/05/20 09:56:42 zafer Exp $	*/
+/*	$NetBSD: usbdevs_data.h,v 1.663 2014/05/25 06:11:40 ryoon Exp $	*/
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: usbdevs,v 1.668 2014/04/29 10:55:02 nonaka Exp
+ *	NetBSD: usbdevs,v 1.670 2014/05/25 06:10:25 ryoon Exp
  */
 
 /*
@@ -527,6 +527,10 @@ const struct usb_vendor usb_vendors[] = 
 	    "Alcor Micro",
 	},
 	{
+	    USB_VENDOR_XYRATEX,
+	    "Xyratex",
+	},
+	{
 	    USB_VENDOR_WACOM,
 	    "WACOM",
 	},
@@ -543,8 +547,8 @@ const struct usb_vendor usb_vendors[] = 
 	    "Elecom",
 	},
 	{
-	    USB_VENDOR_XYRATEX,
-	    "Xyratex",
+	    USB_VENDOR_CONEXANT,
+	    "Conexant",
 	},
 	{
 	    USB_VENDOR_HAUPPAUGE,
@@ -2151,7 +2155,7 @@ const struct usb_vendor usb_vendors[] = 
 	    "GNU Radio USRP",
 	},
 };
-const int usb_nvendors = 528;
+const int usb_nvendors = 529;
 
 const struct usb_product usb_products[] = {
 	{

Reply via email to