Module Name:    src
Committed By:   nonaka
Date:           Thu May 31 12:30:43 UTC 2012

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.613 -r1.614 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.614 -r1.615 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.613 src/sys/dev/usb/usbdevs.h:1.614
--- src/sys/dev/usb/usbdevs.h:1.613	Wed May 30 14:53:18 2012
+++ src/sys/dev/usb/usbdevs.h	Thu May 31 12:30:43 2012
@@ -1,10 +1,10 @@
-/*	$NetBSD: usbdevs.h,v 1.613 2012/05/30 14:53:18 nonaka Exp $	*/
+/*	$NetBSD: usbdevs.h,v 1.614 2012/05/31 12:30:43 nonaka Exp $	*/
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: usbdevs,v 1.621 2012/05/30 14:52:58 nonaka Exp
+ *	NetBSD: usbdevs,v 1.622 2012/05/31 12:29:15 nonaka Exp
  */
 
 /*
@@ -492,8 +492,7 @@
 #define	USB_VENDOR_HUAWEI3COM	0x1472		/* Huawei-3Com */
 #define	USB_VENDOR_ABOCOM2	0x1482		/* AboCom Systems */
 #define	USB_VENDOR_SILICOM	0x1485		/* Silicom */
-#define	USB_VENDOR_RALINK	0x1485		/* Ralink Technology */
-#define	USB_VENDOR_RALINK_2	0x148f		/* Ralink Technology */
+#define	USB_VENDOR_RALINK	0x148f		/* Ralink Technology */
 #define	USB_VENDOR_CONCEPTRONIC	0x14b2		/* Conceptronic */
 #define	USB_VENDOR_SUPERTOP	0x14cd		/* SuperTop */
 #define	USB_VENDOR_PLANEX3	0x14ea		/* Planex Communications */
@@ -2509,8 +2508,6 @@
 #define	USB_PRODUCT_RALINK_RT3572	0x3572		/* RT3572 */
 #define	USB_PRODUCT_RALINK_RT8070	0x8070		/* RT8070 */
 #define	USB_PRODUCT_RALINK_RT2570_3	0x9020		/* RT2570 */
-#define	USB_PRODUCT_RALINK_2_RT2570	0x2570		/* RT2570 */
-#define	USB_PRODUCT_RALINK_2_RT2573	0x2573		/* RT2573 */
 
 /* RATOC Systems products */
 #define	USB_PRODUCT_RATOC_REXUSB60	0xb000		/* USB serial adapter REX-USB60 */

Index: src/sys/dev/usb/usbdevs_data.h
diff -u src/sys/dev/usb/usbdevs_data.h:1.614 src/sys/dev/usb/usbdevs_data.h:1.615
--- src/sys/dev/usb/usbdevs_data.h:1.614	Wed May 30 14:53:18 2012
+++ src/sys/dev/usb/usbdevs_data.h	Thu May 31 12:30:43 2012
@@ -1,10 +1,10 @@
-/*	$NetBSD: usbdevs_data.h,v 1.614 2012/05/30 14:53:18 nonaka Exp $	*/
+/*	$NetBSD: usbdevs_data.h,v 1.615 2012/05/31 12:30:43 nonaka Exp $	*/
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: usbdevs,v 1.621 2012/05/30 14:52:58 nonaka Exp
+ *	NetBSD: usbdevs,v 1.622 2012/05/31 12:29:15 nonaka Exp
  */
 
 /*
@@ -1751,10 +1751,6 @@ const struct usb_vendor usb_vendors[] = 
 	    "Ralink Technology",
 	},
 	{
-	    USB_VENDOR_RALINK_2,
-	    "Ralink Technology",
-	},
-	{
 	    USB_VENDOR_CONCEPTRONIC,
 	    "Conceptronic",
 	},
@@ -2091,7 +2087,7 @@ const struct usb_vendor usb_vendors[] = 
 	    "GNU Radio USRP",
 	},
 };
-const int usb_nvendors = 513;
+const int usb_nvendors = 512;
 
 const struct usb_product usb_products[] = {
 	{
@@ -7595,14 +7591,6 @@ const struct usb_product usb_products[] 
 	    "RT2570",
 	},
 	{
-	    USB_VENDOR_RALINK_2, USB_PRODUCT_RALINK_2_RT2570,
-	    "RT2570",
-	},
-	{
-	    USB_VENDOR_RALINK_2, USB_PRODUCT_RALINK_2_RT2573,
-	    "RT2573",
-	},
-	{
 	    USB_VENDOR_RATOC, USB_PRODUCT_RATOC_REXUSB60,
 	    "USB serial adapter REX-USB60",
 	},
@@ -9535,4 +9523,4 @@ const struct usb_product usb_products[] 
 	    "Prestige",
 	},
 };
-const int usb_nproducts = 1860;
+const int usb_nproducts = 1858;

Reply via email to