summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authornonaka <nonaka@NetBSD.org>2013-11-14 16:26:18 +0000
committernonaka <nonaka@NetBSD.org>2013-11-14 16:26:18 +0000
commit70fc4a2a04393aef127cd80e19dfd85320253e3e (patch)
tree8eabec9f5c2294c39adbdb72046625ac2f60302b /sys/dev
parentab5f1bc81346a2a41a33e9ecf14d3f89cd3b0871 (diff)
regen
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/usbdevs.h8
-rw-r--r--sys/dev/usb/usbdevs_data.h16
2 files changed, 18 insertions, 6 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index 6658c7b5ddb..ccd6831d807 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs.h,v 1.648 2013/10/27 17:12:28 rmind Exp $ */
+/* $NetBSD: usbdevs.h,v 1.649 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
*/
/*
@@ -80,6 +80,7 @@
#define USB_VENDOR_FTDI 0x0403 /* Future Technology Devices */
#define USB_VENDOR_NEC 0x0409 /* NEC */
#define USB_VENDOR_KODAK 0x040a /* Eastman Kodak */
+#define USB_VENDOR_WELTREND 0x040b /* Weltrend Semiconductor */
#define USB_VENDOR_VIA 0x040d /* VIA */
#define USB_VENDOR_MELCO 0x0411 /* Melco */
#define USB_VENDOR_CREATIVE 0x041e /* Creative Labs */
@@ -3236,6 +3237,9 @@
#define USB_PRODUCT_WACOM_INTUOSA5 0x0021 /* Intuos A5 */
#define USB_PRODUCT_WACOM_GD0912U 0x0022 /* Intuos 9x12 Graphics Tablet */
+/* Weltrend Semiconductor */
+#define USB_PRODUCT_WELTREND_HID 0x2201 /* HID Device */
+
/* Western Digital products */
#define USB_PRODUCT_WESTERN_EXTHDD 0x0400 /* External HDD */
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;