summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2008-06-12 18:51:03 +0000
committerderaadt <deraadt@openbsd.org>2008-06-12 18:51:03 +0000
commitc2b8f135a4e155d9a316bd4658b4d746ff0a9fca (patch)
treee34a73f8f2a4367d57fe78824933255ad56b4e05
parentdreamcheeky missile launcher (duck!) (diff)
downloadwireguard-openbsd-c2b8f135a4e155d9a316bd4658b4d746ff0a9fca.tar.xz
wireguard-openbsd-c2b8f135a4e155d9a316bd4658b4d746ff0a9fca.zip
sync
-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 08f3d078fd5..7e3c5e0e628 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs.h,v 1.372 2008/06/08 20:44:36 yuo Exp $ */
+/* $OpenBSD: usbdevs.h,v 1.373 2008/06/12 18:51:03 deraadt Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.363 2008/06/08 20:43:31 yuo Exp
+ * OpenBSD: usbdevs,v 1.364 2008/06/12 18:50:57 deraadt Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -389,6 +389,7 @@
#define USB_VENDOR_BROADCOM 0x0a5c /* Broadcom */
#define USB_VENDOR_GREENHOUSE 0x0a6b /* GREENHOUSE */
#define USB_VENDOR_GEOCAST 0x0a79 /* Geocast Network Systems */
+#define USB_VENDOR_DREAMCHEEKY 0x0a81 /* Dream Cheeky */
#define USB_VENDOR_IDQUANTIQUE 0x0aba /* id Quantique */
#define USB_VENDOR_IDTECH 0x0acd /* ID TECH */
#define USB_VENDOR_ZYDAS 0x0ace /* ZyDAS Technology */
@@ -2680,6 +2681,9 @@
/* Ten X Technology, Inc. */
#define USB_PRODUCT_TENX_MISSILE 0x0202 /* Missile Launcher */
+/* Dream Cheeky */
+#define USB_PRODUCT_DREAMCHEEKY_ROCKETBABY 0x0701 /* Missile Launcher */
+
/* Integrated System Solution Corp. */
#define USB_PRODUCT_ISSC_KYBT100 0x1001 /* KY-BT100 Bluetooth */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index e928c615789..b5a98dbc0b5 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.367 2008/06/08 20:44:36 yuo Exp $ */
+/* $OpenBSD: usbdevs_data.h,v 1.368 2008/06/12 18:51:03 deraadt Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.363 2008/06/08 20:43:31 yuo Exp
+ * OpenBSD: usbdevs,v 1.364 2008/06/12 18:50:57 deraadt Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -5949,6 +5949,10 @@ const struct usb_known_product usb_known_products[] = {
"Missile Launcher",
},
{
+ USB_VENDOR_DREAMCHEEKY, USB_PRODUCT_DREAMCHEEKY_ROCKETBABY,
+ "Missile Launcher",
+ },
+ {
USB_VENDOR_ISSC, USB_PRODUCT_ISSC_KYBT100,
"KY-BT100 Bluetooth",
},
@@ -7789,6 +7793,10 @@ const struct usb_known_vendor usb_known_vendors[] = {
"Geocast Network Systems",
},
{
+ USB_VENDOR_DREAMCHEEKY,
+ "Dream Cheeky",
+ },
+ {
USB_VENDOR_IDQUANTIQUE,
"id Quantique",
},