From 933c01e67d70da5c6a43e7483a11dd8ca51ee1c5 Mon Sep 17 00:00:00 2001 From: Xavier Santolaria Date: Wed, 30 Nov 2005 20:32:31 +0000 Subject: regen --- sys/dev/usb/usbdevs.h | 5 +++-- sys/dev/usb/usbdevs_data.h | 8 ++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'sys/dev') 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 $ */ @@ -4262,6 +4262,10 @@ const struct usb_known_vendor usb_known_vendors[] = { USB_VENDOR_LACIE, "LaCie", }, + { + USB_VENDOR_THRUSTMASTER, + "Thrustmaster", + }, { USB_VENDOR_OMNIVISION, "OmniVision", -- cgit v1.2.3