summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-10-10 01:22:33 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-10-10 01:22:33 +0000
commit5d1e7e97e5a940ef8d52deffedac7b3747c86f00 (patch)
tree96f70fcec55cd9fea0d4c83c383752c9c07208b2 /sys
parent158d9e68fb7b024e561e155854339e2cc264ba9b (diff)
sync
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/usbdevs.h6
-rw-r--r--sys/dev/usb/usbdevs_data.h12
2 files changed, 14 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index daf84266b6d..b51c0f21b6f 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs.h,v 1.306 2007/10/07 22:08:25 jcs Exp $ */
+/* $OpenBSD: usbdevs.h,v 1.307 2007/10/10 01:22:32 deraadt Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.297 2007/10/07 22:06:56 jcs Exp
+ * OpenBSD: usbdevs,v 1.298 2007/10/10 01:22:30 deraadt Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -725,6 +725,8 @@
#define USB_PRODUCT_APPLE_OPTMOUSE 0x0302 /* Optical mouse */
#define USB_PRODUCT_APPLE_ADB 0x1000 /* ADB device */
#define USB_PRODUCT_APPLE_SPEAKERS 0x1101 /* Speakers */
+#define USB_PRODUCT_APPLE_BLUETOOTH 0x8300 /* Bluetooth */
+#define USB_PRODUCT_APPLE_BLUETOOTH 0x8205 /* Bluetooth */
/* Araneus Information Systems products */
#define USB_PRODUCT_ARANEUS_ALEA 0x0001 /* True Random Number Generator */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index d79b7d07cbf..74b37fd1003 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.303 2007/10/07 22:08:25 jcs Exp $ */
+/* $OpenBSD: usbdevs_data.h,v 1.304 2007/10/10 01:22:32 deraadt Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.297 2007/10/07 22:06:56 jcs Exp
+ * OpenBSD: usbdevs,v 1.298 2007/10/10 01:22:30 deraadt Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -525,6 +525,14 @@ const struct usb_known_product usb_known_products[] = {
"Speakers",
},
{
+ USB_VENDOR_APPLE, USB_PRODUCT_APPLE_BLUETOOTH,
+ "Bluetooth",
+ },
+ {
+ USB_VENDOR_APPLE, USB_PRODUCT_APPLE_BLUETOOTH,
+ "Bluetooth",
+ },
+ {
USB_VENDOR_ARANEUS, USB_PRODUCT_ARANEUS_ALEA,
"True Random Number Generator",
},