summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbdevs_data.h
diff options
context:
space:
mode:
authorjruoho <jruoho@NetBSD.org>2011-07-19 06:53:50 +0000
committerjruoho <jruoho@NetBSD.org>2011-07-19 06:53:50 +0000
commite6b6ffb96193e72f658e6e5380301ea66ef2319d (patch)
treeb0501e2ad0564992a20c4562994aa1b7a10f5176 /sys/dev/usb/usbdevs_data.h
parent5943fff739750893c516c6da4d8a75ba90780646 (diff)
Regen.
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 fd3bd8b86aa..77f34da7a86 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.578 2011/07/18 20:24:18 jmcneill Exp $ */
+/* $NetBSD: usbdevs_data.h,v 1.579 2011/07/19 06:53:50 jruoho Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.584 2011/07/18 20:23:32 jmcneill Exp
+ * NetBSD: usbdevs,v 1.585 2011/07/19 06:52:33 jruoho Exp
*/
/*
@@ -1823,6 +1823,10 @@ const struct usb_vendor usb_vendors[] = {
"DisplayLink",
},
{
+ USB_VENDOR_E3C,
+ "E3C Technologies",
+ },
+ {
USB_VENDOR_AMIT,
"AMIT",
},
@@ -2015,7 +2019,7 @@ const struct usb_vendor usb_vendors[] = {
"GNU Radio USRP",
},
};
-const int usb_nvendors = 494;
+const int usb_nvendors = 495;
const struct usb_product usb_products[] = {
{
@@ -3783,6 +3787,10 @@ const struct usb_product usb_products[] = {
"ANT dev board",
},
{
+ USB_VENDOR_E3C, USB_PRODUCT_E3C_EC168,
+ "EC168 DVB-T Adapter",
+ },
+ {
USB_VENDOR_EDIMAX, USB_PRODUCT_EDIMAX_RT2870_1,
"RT2870",
},
@@ -8447,4 +8455,4 @@ const struct usb_product usb_products[] = {
"Prestige",
},
};
-const int usb_nproducts = 1607;
+const int usb_nproducts = 1608;