Module Name: src
Committed By: martin
Date: Wed Jun 6 15:42:31 UTC 2018
Modified Files:
src/sys/dev/usb [netbsd-7]: usbdevs.h usbdevs_data.h
Log Message:
regen (ticket #1613)
To generate a diff of this commit:
cvs rdiff -u -r1.672.2.8 -r1.672.2.9 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.673.2.8 -r1.673.2.9 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.672.2.8 src/sys/dev/usb/usbdevs.h:1.672.2.9
--- src/sys/dev/usb/usbdevs.h:1.672.2.8 Wed Apr 5 19:54:20 2017
+++ src/sys/dev/usb/usbdevs.h Wed Jun 6 15:42:28 2018
@@ -4,7 +4,7 @@
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.680.2.7 2016/12/14 19:16:14 snj Exp
+ * NetBSD: usbdevs,v 1.680.2.9 2018/06/06 15:41:47 martin Exp
*/
/*
@@ -3261,6 +3261,7 @@
/* TP-Link products */
#define USB_PRODUCT_TPLINK_RTL8192CU 0x0100 /* RTL8192CU */
+#define USB_PRODUCT_TPLINK_RTL8188EU 0x010c /* RTL8188EU */
/* Trek Technology products */
#define USB_PRODUCT_TREK_THUMBDRIVE 0x1111 /* ThumbDrive */
Index: src/sys/dev/usb/usbdevs_data.h
diff -u src/sys/dev/usb/usbdevs_data.h:1.673.2.8 src/sys/dev/usb/usbdevs_data.h:1.673.2.9
--- src/sys/dev/usb/usbdevs_data.h:1.673.2.8 Wed Apr 5 19:54:20 2017
+++ src/sys/dev/usb/usbdevs_data.h Wed Jun 6 15:42:28 2018
@@ -4,7 +4,7 @@
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.680.2.7 2016/12/14 19:16:14 snj Exp
+ * NetBSD: usbdevs,v 1.680.2.9 2018/06/06 15:41:47 martin Exp
*/
/*
@@ -9923,6 +9923,10 @@ const struct usb_product usb_products[]
"RTL8192CU",
},
{
+ USB_VENDOR_TPLINK, USB_PRODUCT_TPLINK_RTL8188EU,
+ "RTL8188EU",
+ },
+ {
USB_VENDOR_TREK, USB_PRODUCT_TREK_THUMBDRIVE,
"ThumbDrive",
},
@@ -10567,4 +10571,4 @@ const struct usb_product usb_products[]
"Prestige",
},
};
-const int usb_nproducts = 2092;
+const int usb_nproducts = 2093;