summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbdevs_data.h
diff options
context:
space:
mode:
authortshiozak <tshiozak@NetBSD.org>2007-09-03 17:43:20 +0000
committertshiozak <tshiozak@NetBSD.org>2007-09-03 17:43:20 +0000
commitad88e4382b2ee053c874696ce99298563f8be546 (patch)
tree068b3bef3e0a2a07218fb4a35a2239db715733a4 /sys/dev/usb/usbdevs_data.h
parent64af3fdf23a46ec06a6367a5ae106a0bfe1e7fd0 (diff)
sync with the last change of usbdevs.
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
-rw-r--r--sys/dev/usb/usbdevs_data.h16
1 files changed, 12 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 58ea349c267..22f8a630232 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.481 2007/08/18 20:24:33 sborrill Exp $ */
+/* $NetBSD: usbdevs_data.h,v 1.482 2007/09/03 17:43:20 tshiozak Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.481 2007/08/18 20:23:04 sborrill Exp
+ * NetBSD: usbdevs,v 1.482 2007/09/03 17:41:41 tshiozak Exp
*/
/*
@@ -1770,6 +1770,10 @@ const struct usb_vendor usb_vendors[] = {
"Dell",
},
{
+ USB_VENDOR_WINCHIPHEAD,
+ "WinChipHead",
+ },
+ {
USB_VENDOR_AVERATEC,
"Averatec",
},
@@ -1814,7 +1818,7 @@ const struct usb_vendor usb_vendors[] = {
"GNU Radio USRP",
},
};
-const int usb_nvendors = 442;
+const int usb_nvendors = 443;
const struct usb_product usb_products[] = {
{
@@ -6290,6 +6294,10 @@ const struct usb_product usb_products[] = {
"Intuos 9x12 Graphics Tablet",
},
{
+ USB_VENDOR_WINCHIPHEAD, USB_PRODUCT_WINCHIPHEAD_CH341SER,
+ "CH341/CH340 USB-Serial Bridge",
+ },
+ {
USB_VENDOR_WISTRONNEWEB, USB_PRODUCT_WISTRONNEWEB_UR055G,
"UR055G",
},
@@ -6442,4 +6450,4 @@ const struct usb_product usb_products[] = {
"Prestige",
},
};
-const int usb_nproducts = 1156;
+const int usb_nproducts = 1157;