Module Name: src
Committed By: nonaka
Date: Sun Apr 6 09:26:33 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.658 -r1.659 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.659 -r1.660 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.658 src/sys/dev/usb/usbdevs.h:1.659
--- src/sys/dev/usb/usbdevs.h:1.658 Sun Apr 6 09:15:41 2014
+++ src/sys/dev/usb/usbdevs.h Sun Apr 6 09:26:33 2014
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs.h,v 1.658 2014/04/06 09:15:41 nonaka Exp $ */
+/* $NetBSD: usbdevs.h,v 1.659 2014/04/06 09:26:33 nonaka Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.666 2014/04/06 09:14:29 nonaka Exp
+ * NetBSD: usbdevs,v 1.667 2014/04/06 09:26:11 nonaka Exp
*/
/*
@@ -2522,10 +2522,12 @@
#define USB_PRODUCT_PLANEX2_RT3070 0xab25 /* RT3070 */
#define USB_PRODUCT_PLANEX2_GWUSNANO 0xab28 /* GW-USNano */
#define USB_PRODUCT_PLANEX2_GWUSMICRO300 0xab29 /* GW-USMicro300 */
-#define USB_PRODUCT_PLANEX2_RTL8188CU_1 0xab2a /* RTL8188CU */
-#define USB_PRODUCT_PLANEX2_RTL8192CU 0xab2b /* RTL8192CU */
+#define USB_PRODUCT_PLANEX2_RTL8188CU_1 0xab2a /* GW-USNano2 */
+#define USB_PRODUCT_PLANEX2_RTL8192CU 0xab2b /* GW-USEco300 */
#define USB_PRODUCT_PLANEX2_RTL8188CU_4 0xab2e /* RTL8188CU */
+#define USB_PRODUCT_PLANEX2_GW900D 0xab30 /* GW-900D */
#define USB_PRODUCT_PLANEX2_GW450D 0xab31 /* GW-450D */
+#define USB_PRODUCT_PLANEX2_GW450S 0xab32 /* GW-450S */
#define USB_PRODUCT_PLANEX2_GWUS54MINI2 0xab50 /* GW-US54Mini2 */
#define USB_PRODUCT_PLANEX2_GWUS54SG 0xc002 /* GW-US54SG */
#define USB_PRODUCT_PLANEX2_GWUS54GZL 0xc007 /* GW-US54GZL */
Index: src/sys/dev/usb/usbdevs_data.h
diff -u src/sys/dev/usb/usbdevs_data.h:1.659 src/sys/dev/usb/usbdevs_data.h:1.660
--- src/sys/dev/usb/usbdevs_data.h:1.659 Sun Apr 6 09:15:42 2014
+++ src/sys/dev/usb/usbdevs_data.h Sun Apr 6 09:26:33 2014
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs_data.h,v 1.659 2014/04/06 09:15:42 nonaka Exp $ */
+/* $NetBSD: usbdevs_data.h,v 1.660 2014/04/06 09:26:33 nonaka Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.666 2014/04/06 09:14:29 nonaka Exp
+ * NetBSD: usbdevs,v 1.667 2014/04/06 09:26:11 nonaka Exp
*/
/*
@@ -7720,21 +7720,29 @@ const struct usb_product usb_products[]
},
{
USB_VENDOR_PLANEX2, USB_PRODUCT_PLANEX2_RTL8188CU_1,
- "RTL8188CU",
+ "GW-USNano2",
},
{
USB_VENDOR_PLANEX2, USB_PRODUCT_PLANEX2_RTL8192CU,
- "RTL8192CU",
+ "GW-USEco300",
},
{
USB_VENDOR_PLANEX2, USB_PRODUCT_PLANEX2_RTL8188CU_4,
"RTL8188CU",
},
{
+ USB_VENDOR_PLANEX2, USB_PRODUCT_PLANEX2_GW900D,
+ "GW-900D",
+ },
+ {
USB_VENDOR_PLANEX2, USB_PRODUCT_PLANEX2_GW450D,
"GW-450D",
},
{
+ USB_VENDOR_PLANEX2, USB_PRODUCT_PLANEX2_GW450S,
+ "GW-450S",
+ },
+ {
USB_VENDOR_PLANEX2, USB_PRODUCT_PLANEX2_GWUS54MINI2,
"GW-US54Mini2",
},
@@ -10119,4 +10127,4 @@ const struct usb_product usb_products[]
"Prestige",
},
};
-const int usb_nproducts = 1991;
+const int usb_nproducts = 1993;