diff options
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 8 |
1 files changed, 6 insertions, 2 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 */ |