summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbdevs_data.h
diff options
context:
space:
mode:
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 10041c58b26..1191295fb44 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.649 2013/10/27 17:12:28 rmind Exp $ */
+/* $NetBSD: usbdevs_data.h,v 1.650 2013/11/14 16:26:18 nonaka Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.656 2013/10/27 16:59:46 rmind Exp
+ * NetBSD: usbdevs,v 1.657 2013/11/14 16:25:46 nonaka Exp
*/
/*
@@ -99,6 +99,10 @@ const struct usb_vendor usb_vendors[] = {
"Eastman Kodak",
},
{
+ USB_VENDOR_WELTREND,
+ "Weltrend Semiconductor",
+ },
+ {
USB_VENDOR_VIA,
"VIA",
},
@@ -2139,7 +2143,7 @@ const struct usb_vendor usb_vendors[] = {
"GNU Radio USRP",
},
};
-const int usb_nvendors = 525;
+const int usb_nvendors = 526;
const struct usb_product usb_products[] = {
{
@@ -9683,6 +9687,10 @@ const struct usb_product usb_products[] = {
"Intuos 9x12 Graphics Tablet",
},
{
+ USB_VENDOR_WELTREND, USB_PRODUCT_WELTREND_HID,
+ "HID Device",
+ },
+ {
USB_VENDOR_WESTERN, USB_PRODUCT_WESTERN_EXTHDD,
"External HDD",
},
@@ -10043,4 +10051,4 @@ const struct usb_product usb_products[] = {
"Prestige",
},
};
-const int usb_nproducts = 1975;
+const int usb_nproducts = 1976;