Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb regen
details: https://anonhg.NetBSD.org/src/rev/6b6fcb34ed97
branches: trunk
changeset: 791377:6b6fcb34ed97
user: nonaka <nonaka%NetBSD.org@localhost>
date: Thu Nov 14 16:26:18 2013 +0000
description:
regen
diffstat:
sys/dev/usb/usbdevs.h | 8 ++++++--
sys/dev/usb/usbdevs_data.h | 16 ++++++++++++----
2 files changed, 18 insertions(+), 6 deletions(-)
diffs (87 lines):
diff -r 796b9be736b5 -r 6b6fcb34ed97 sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h Thu Nov 14 16:25:46 2013 +0000
+++ b/sys/dev/usb/usbdevs.h Thu Nov 14 16:26:18 2013 +0000
@@ -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 -r 796b9be736b5 -r 6b6fcb34ed97 sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h Thu Nov 14 16:25:46 2013 +0000
+++ b/sys/dev/usb/usbdevs_data.h Thu Nov 14 16:26:18 2013 +0000
@@ -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 @@
"Eastman Kodak",
},
{
+ USB_VENDOR_WELTREND,
+ "Weltrend Semiconductor",
+ },
+ {
USB_VENDOR_VIA,
"VIA",
},
@@ -2139,7 +2143,7 @@
"GNU Radio USRP",
},
};
-const int usb_nvendors = 525;
+const int usb_nvendors = 526;
const struct usb_product usb_products[] = {
{
@@ -9683,6 +9687,10 @@
"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 @@
"Prestige",
},
};
-const int usb_nproducts = 1975;
+const int usb_nproducts = 1976;
Home |
Main Index |
Thread Index |
Old Index