summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJolan Luff <jolan@cvs.openbsd.org>2006-11-11 14:38:37 +0000
committerJolan Luff <jolan@cvs.openbsd.org>2006-11-11 14:38:37 +0000
commitcc9848e8148c530c16025c945b6c5deaaf320a17 (patch)
treede6a75f70fdbe4cdd0206afe071aa0c4765427c1 /sys
parent8e3f69bdd24537ea4b9b939a84bcfd179dd85565 (diff)
regen
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/usbdevs.h8
-rw-r--r--sys/dev/usb/usbdevs_data.h12
2 files changed, 16 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index d8349958c49..83d797570ba 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs.h,v 1.234 2006/11/01 07:09:41 jolan Exp $ */
+/* $OpenBSD: usbdevs.h,v 1.235 2006/11/11 14:38:36 jolan Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.227 2006/10/26 03:39:09 jsg Exp
+ * OpenBSD: usbdevs,v 1.228 2006/11/01 07:08:50 jolan Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -426,6 +426,7 @@
#define USB_VENDOR_ASANTE 0x10bd /* Asante */
#define USB_VENDOR_SILABS 0x10c4 /* Silicon Labs */
#define USB_VENDOR_ANALOG 0x1110 /* Analog Devices */
+#define USB_VENDOR_TENX 0x1130 /* Ten X Technology, Inc. */
#define USB_VENDOR_JRC 0x1145 /* Japan Radio Company */
#define USB_VENDOR_SPHAIRON 0x114b /* Sphairon Access Systems GmbH */
#define USB_VENDOR_DELORME 0x1163 /* DeLorme */
@@ -2089,6 +2090,9 @@
/* Telex Communications products */
#define USB_PRODUCT_TELEX_MIC1 0x0001 /* Microphone */
+/* Ten X Technology, Inc. */
+#define USB_PRODUCT_TENX_MISSILE 0x0202 /* Missile Launcher */
+
/* Texas Intel products */
#define USB_PRODUCT_TI_UTUSB41 0x1446 /* UT-USB41 hub */
#define USB_PRODUCT_TI_TUSB2046 0x2046 /* TUSB2046 hub */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index d7960d1f6d7..41f9c35dd0d 100644
--- a/sys/dev/usb/usbdevs_data.h
+++ b/sys/dev/usb/usbdevs_data.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs_data.h,v 1.232 2006/11/01 07:09:41 jolan Exp $ */
+/* $OpenBSD: usbdevs_data.h,v 1.233 2006/11/11 14:38:36 jolan Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.227 2006/10/26 03:39:09 jsg Exp
+ * OpenBSD: usbdevs,v 1.228 2006/11/01 07:08:50 jolan Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -4095,6 +4095,10 @@ const struct usb_known_product usb_known_products[] = {
"Microphone",
},
{
+ USB_VENDOR_TENX, USB_PRODUCT_TENX_MISSILE,
+ "Missile Launcher",
+ },
+ {
USB_VENDOR_TI, USB_PRODUCT_TI_UTUSB41,
"UT-USB41 hub",
},
@@ -5911,6 +5915,10 @@ const struct usb_known_vendor usb_known_vendors[] = {
"Analog Devices",
},
{
+ USB_VENDOR_TENX,
+ "Ten X Technology, Inc.",
+ },
+ {
USB_VENDOR_JRC,
"Japan Radio Company",
},