Module Name:    src
Committed By:   kiyohara
Date:           Sat May 11 07:07:38 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.640 -r1.641 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.641 -r1.642 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.640 src/sys/dev/usb/usbdevs.h:1.641
--- src/sys/dev/usb/usbdevs.h:1.640	Thu May  9 12:41:13 2013
+++ src/sys/dev/usb/usbdevs.h	Sat May 11 07:07:38 2013
@@ -1,10 +1,10 @@
-/*	$NetBSD: usbdevs.h,v 1.640 2013/05/09 12:41:13 aymeric Exp $	*/
+/*	$NetBSD: usbdevs.h,v 1.641 2013/05/11 07:07:38 kiyohara Exp $	*/
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: usbdevs,v 1.647 2013/05/02 23:13:12 rkujawa Exp
+ *	NetBSD: usbdevs,v 1.649 2013/05/11 07:03:52 kiyohara Exp
  */
 
 /*
@@ -2509,12 +2509,6 @@
 #define	USB_PRODUCT_PLANEX3_GWUS54GZ	0xab10		/* GW-US54GZ */
 #define	USB_PRODUCT_PLANEX3_GU1000T	0xab11		/* GU-1000T */
 #define	USB_PRODUCT_PLANEX3_GWUS54MINI	0xab13		/* GW-US54Mini */
-#define	USB_PRODUCT_PLANEX2_GWUS300MINIS	0xab24		/* GW-US300MiniS */
-#define	USB_PRODUCT_PLANEX2_RT3070	0xab25		/* RT3070 */
-#define	USB_PRODUCT_PLANEX2_GWUS54GD	0xed01		/* GW-US54GD */
-#define	USB_PRODUCT_PLANEX2_GWUSMM	0xed02		/* GW-USMM */
-#define	USB_PRODUCT_PLANEX2_GWUS300MINIX	0xed06		/* GW-US300Mini-X/MiniW */
-#define	USB_PRODUCT_PLANEX2_RTL8188CU_2	0xed17		/* RTL8188CU */
 
 /* Plantronics products */
 #define	USB_PRODUCT_PLANTRONICS_HEADSET	0x0ca1		/* Platronics DSP-400 Headset */

Index: src/sys/dev/usb/usbdevs_data.h
diff -u src/sys/dev/usb/usbdevs_data.h:1.641 src/sys/dev/usb/usbdevs_data.h:1.642
--- src/sys/dev/usb/usbdevs_data.h:1.641	Thu May  9 12:41:13 2013
+++ src/sys/dev/usb/usbdevs_data.h	Sat May 11 07:07:38 2013
@@ -1,10 +1,10 @@
-/*	$NetBSD: usbdevs_data.h,v 1.641 2013/05/09 12:41:13 aymeric Exp $	*/
+/*	$NetBSD: usbdevs_data.h,v 1.642 2013/05/11 07:07:38 kiyohara Exp $	*/
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: usbdevs,v 1.647 2013/05/02 23:13:12 rkujawa Exp
+ *	NetBSD: usbdevs,v 1.649 2013/05/11 07:03:52 kiyohara Exp
  */
 
 /*
@@ -7691,30 +7691,6 @@ const struct usb_product usb_products[] 
 	    "GW-US54Mini",
 	},
 	{
-	    USB_VENDOR_PLANEX2, USB_PRODUCT_PLANEX2_GWUS300MINIS,
-	    "GW-US300MiniS",
-	},
-	{
-	    USB_VENDOR_PLANEX2, USB_PRODUCT_PLANEX2_RT3070,
-	    "RT3070",
-	},
-	{
-	    USB_VENDOR_PLANEX2, USB_PRODUCT_PLANEX2_GWUS54GD,
-	    "GW-US54GD",
-	},
-	{
-	    USB_VENDOR_PLANEX2, USB_PRODUCT_PLANEX2_GWUSMM,
-	    "GW-USMM",
-	},
-	{
-	    USB_VENDOR_PLANEX2, USB_PRODUCT_PLANEX2_GWUS300MINIX,
-	    "GW-US300Mini-X/MiniW",
-	},
-	{
-	    USB_VENDOR_PLANEX2, USB_PRODUCT_PLANEX2_RTL8188CU_2,
-	    "RTL8188CU",
-	},
-	{
 	    USB_VENDOR_PLANTRONICS, USB_PRODUCT_PLANTRONICS_HEADSET,
 	    "Platronics DSP-400 Headset",
 	},
@@ -9995,4 +9971,4 @@ const struct usb_product usb_products[] 
 	    "Prestige",
 	},
 };
-const int usb_nproducts = 1965;
+const int usb_nproducts = 1959;

Reply via email to