summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMarco Pfatschbacher <mpf@cvs.openbsd.org>2008-05-06 12:37:54 +0000
committerMarco Pfatschbacher <mpf@cvs.openbsd.org>2008-05-06 12:37:54 +0000
commit02e91d860ca088715f32f019018b40ac71f52a2c (patch)
tree484076e8012062073060ff1162b3cfd676b945b5 /sys/dev
parent22b378798e0b374fbf550d4ef6f9594c625f1835 (diff)
sync
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/usbdevs.h7
-rw-r--r--sys/dev/usb/usbdevs_data.h12
2 files changed, 12 insertions, 7 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index 9b77d6b2b7a..ecf7426a5ff 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs.h,v 1.361 2008/05/06 07:25:22 deraadt Exp $ */
+/* $OpenBSD: usbdevs.h,v 1.362 2008/05/06 12:37:53 mpf Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.352 2008/05/06 07:25:13 deraadt Exp
+ * OpenBSD: usbdevs,v 1.353 2008/05/06 12:33:15 mpf Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -761,8 +761,9 @@
#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_ETHERNET 0x1402 /* Ethernet A1277 */
#define USB_PRODUCT_APPLE_BLUETOOTH2 0x8205 /* Bluetooth */
+#define USB_PRODUCT_APPLE_BLUETOOTH 0x8300 /* 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 b02c62c66c0..fea41d30e31 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.357 2008/05/06 07:25:22 deraadt Exp $ */
+/* $OpenBSD: usbdevs_data.h,v 1.358 2008/05/06 12:37:53 mpf Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.352 2008/05/06 07:25:13 deraadt Exp
+ * OpenBSD: usbdevs,v 1.353 2008/05/06 12:33:15 mpf Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -561,14 +561,18 @@ const struct usb_known_product usb_known_products[] = {
"Speakers",
},
{
- USB_VENDOR_APPLE, USB_PRODUCT_APPLE_BLUETOOTH,
- "Bluetooth",
+ USB_VENDOR_APPLE, USB_PRODUCT_APPLE_ETHERNET,
+ "Ethernet A1277",
},
{
USB_VENDOR_APPLE, USB_PRODUCT_APPLE_BLUETOOTH2,
"Bluetooth",
},
{
+ USB_VENDOR_APPLE, USB_PRODUCT_APPLE_BLUETOOTH,
+ "Bluetooth",
+ },
+ {
USB_VENDOR_ARANEUS, USB_PRODUCT_ARANEUS_ALEA,
"True Random Number Generator",
},