diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 5 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs_data.h | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 15b75d554da..1e3a3958ba5 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.190 2006/03/11 04:06:26 jsg Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.191 2006/03/12 00:33:49 deraadt Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.186 2006/03/11 04:05:44 jsg Exp + * OpenBSD: usbdevs,v 1.187 2006/03/12 00:33:45 deraadt Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -412,6 +412,7 @@ #define USB_VENDOR_SIERRA 0x1199 /* Sierra Wireless */ #define USB_VENDOR_TSUNAMI 0x1241 /* Tsunami */ #define USB_VENDOR_PHEENET 0x124a /* Pheenet */ +#define USB_VENDOR_RAPTORGAMING 0x1267 /* Raptor Gaming */ #define USB_VENDOR_BELKIN2 0x1293 /* Belkin Components */ #define USB_VENDOR_ARANEUS 0x12d8 /* Araneus Information Systems */ #define USB_VENDOR_TAPWAVE 0x12ef /* Tapwave */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index ae54b7b081d..a6e1fdaf075 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.190 2006/03/11 04:06:26 jsg Exp $ */ +/* $OpenBSD: usbdevs_data.h,v 1.191 2006/03/12 00:33:49 deraadt Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.186 2006/03/11 04:05:44 jsg Exp + * OpenBSD: usbdevs,v 1.187 2006/03/12 00:33:45 deraadt Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -5215,6 +5215,10 @@ const struct usb_known_vendor usb_known_vendors[] = { "Pheenet", }, { + USB_VENDOR_RAPTORGAMING, + "Raptor Gaming", + }, + { USB_VENDOR_BELKIN2, "Belkin Components", }, |