summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2005-11-30 20:32:31 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2005-11-30 20:32:31 +0000
commit933c01e67d70da5c6a43e7483a11dd8ca51ee1c5 (patch)
treea22171a447d72ff73dda3d44c5beaf3823c9de70 /sys/dev
parent5d819c2d40d43423ed9cb202ddae5c520606c82e (diff)
regen
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/usbdevs.h5
-rw-r--r--sys/dev/usb/usbdevs_data.h8
2 files changed, 9 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index f8915086623..2e0119288ad 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs.h,v 1.177 2005/11/29 23:09:38 jsg Exp $ */
+/* $OpenBSD: usbdevs.h,v 1.178 2005/11/30 20:32:30 xsa Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.173 2005/11/29 23:08:58 jsg Exp
+ * OpenBSD: usbdevs,v 1.174 2005/11/30 20:25:59 xsa Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -188,6 +188,7 @@
#define USB_VENDOR_ATREND 0x059c /* A-Trend Technology */
#define USB_VENDOR_AID 0x059d /* Advanced Input Devices */
#define USB_VENDOR_LACIE 0x059f /* LaCie */
+#define USB_VENDOR_THRUSTMASTER 0x05a4 /* Thrustmaster */
#define USB_VENDOR_OMNIVISION 0x05a9 /* OmniVision */
#define USB_VENDOR_INSYSTEM 0x05ab /* In-System Design */
#define USB_VENDOR_APPLE 0x05ac /* Apple Computer */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 9a8491a9968..8423040299c 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.177 2005/11/29 23:09:38 jsg Exp $ */
+/* $OpenBSD: usbdevs_data.h,v 1.178 2005/11/30 20:32:30 xsa Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.173 2005/11/29 23:08:58 jsg Exp
+ * OpenBSD: usbdevs,v 1.174 2005/11/30 20:25:59 xsa Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -4263,6 +4263,10 @@ const struct usb_known_vendor usb_known_vendors[] = {
"LaCie",
},
{
+ USB_VENDOR_THRUSTMASTER,
+ "Thrustmaster",
+ },
+ {
USB_VENDOR_OMNIVISION,
"OmniVision",
},