summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authornonaka <nonaka@NetBSD.org>2014-05-30 16:12:22 +0000
committernonaka <nonaka@NetBSD.org>2014-05-30 16:12:22 +0000
commit8fcee246b1ad48459cfa8299a37d9f089f08082c (patch)
treefde1e160240f277c9d03fbeb0367225c2369da69 /sys/dev
parent844b171ccbae395d6b08e46c030034d46899ad75 (diff)
regen
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/usbdevs.h6
-rw-r--r--sys/dev/usb/usbdevs_data.h14
2 files changed, 15 insertions, 5 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index 255d3934d61..3e4683a4ef5 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs.h,v 1.663 2014/05/27 13:41:48 ryoon Exp $ */
+/* $NetBSD: usbdevs.h,v 1.664 2014/05/30 16:12:22 nonaka Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.670 2014/05/25 06:10:25 ryoon Exp
+ * NetBSD: usbdevs,v 1.672 2014/05/30 16:11:52 nonaka Exp
*/
/*
@@ -2654,6 +2654,7 @@
#define USB_PRODUCT_RATOC_REXUSB60F 0xb020 /* USB serial adapter REX-USB60F */
/* Realtek products */
+#define USB_PRODUCT_REALTEK_RTL8188ETV 0x0179 /* RTL8188ETV */
#define USB_PRODUCT_REALTEK_RTL8188CTV 0x018a /* RTL8188CTV */
#define USB_PRODUCT_REALTEK_RTL8188RU_2 0x317f /* RTL8188RU */
#define USB_PRODUCT_REALTEK_RTL8150L 0x8150 /* RTL8150L USB-Ethernet Bridge */
@@ -2666,6 +2667,7 @@
#define USB_PRODUCT_REALTEK_RTL8188CU_0 0x8176 /* RTL8188CU */
#define USB_PRODUCT_REALTEK_RTL8191CU 0x8177 /* RTL8191CU */
#define USB_PRODUCT_REALTEK_RTL8192CU 0x8178 /* RTL8192CU */
+#define USB_PRODUCT_REALTEK_RTL8188EU 0x8179 /* RTL8188EU */
#define USB_PRODUCT_REALTEK_RTL8188CU_1 0x817a /* RTL8188CU */
#define USB_PRODUCT_REALTEK_RTL8188CU_2 0x817b /* RTL8188CU */
#define USB_PRODUCT_REALTEK_RTL8192CE 0x817c /* RTL8192CE */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index c349115e12d..0fd451e9637 100644
--- a/sys/dev/usb/usbdevs_data.h
+++ b/sys/dev/usb/usbdevs_data.h
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs_data.h,v 1.664 2014/05/27 13:41:48 ryoon Exp $ */
+/* $NetBSD: usbdevs_data.h,v 1.665 2014/05/30 16:12:22 nonaka Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.670 2014/05/25 06:10:25 ryoon Exp
+ * NetBSD: usbdevs,v 1.672 2014/05/30 16:11:52 nonaka Exp
*/
/*
@@ -8079,6 +8079,10 @@ const struct usb_product usb_products[] = {
"USB serial adapter REX-USB60F",
},
{
+ USB_VENDOR_REALTEK, USB_PRODUCT_REALTEK_RTL8188ETV,
+ "RTL8188ETV",
+ },
+ {
USB_VENDOR_REALTEK, USB_PRODUCT_REALTEK_RTL8188CTV,
"RTL8188CTV",
},
@@ -8127,6 +8131,10 @@ const struct usb_product usb_products[] = {
"RTL8192CU",
},
{
+ USB_VENDOR_REALTEK, USB_PRODUCT_REALTEK_RTL8188EU,
+ "RTL8188EU",
+ },
+ {
USB_VENDOR_REALTEK, USB_PRODUCT_REALTEK_RTL8188CU_1,
"RTL8188CU",
},
@@ -10139,4 +10147,4 @@ const struct usb_product usb_products[] = {
"Prestige",
},
};
-const int usb_nproducts = 1995;
+const int usb_nproducts = 1997;