summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2008-12-08 21:09:16 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2008-12-08 21:09:16 +0000
commitd537a2582ad57354a798f3804dc2eb919ceb57e8 (patch)
tree6cb770e7b835ca8201d90b3ee94ad81248f10ed0
parenta93d40838badd0ed6d14910c365ed155dee4a2c5 (diff)
sync
-rw-r--r--sys/dev/usb/usbdevs.h5
-rw-r--r--sys/dev/usb/usbdevs_data.h8
2 files changed, 9 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index fedc4a237a6..84c3e381064 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs.h,v 1.405 2008/12/03 18:29:50 damien Exp $ */
+/* $OpenBSD: usbdevs.h,v 1.406 2008/12/08 21:09:15 deraadt Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.395 2008/12/03 18:28:21 damien Exp
+ * OpenBSD: usbdevs,v 1.396 2008/12/08 21:09:07 deraadt Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -778,6 +778,7 @@
#define USB_PRODUCT_APPLE_ETHERNET 0x1402 /* Ethernet A1277 */
#define USB_PRODUCT_APPLE_BLUETOOTH2 0x8205 /* Bluetooth */
#define USB_PRODUCT_APPLE_BLUETOOTH 0x8300 /* Bluetooth */
+#define USB_PRODUCT_APPLE_ISIGHT 0x8502 /* iSight */
/* 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 bb8d0399a5f..4d9e66f6597 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.399 2008/12/03 18:29:50 damien Exp $ */
+/* $OpenBSD: usbdevs_data.h,v 1.400 2008/12/08 21:09:15 deraadt Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.395 2008/12/03 18:28:21 damien Exp
+ * OpenBSD: usbdevs,v 1.396 2008/12/08 21:09:07 deraadt Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -574,6 +574,10 @@ const struct usb_known_product usb_known_products[] = {
"Bluetooth",
},
{
+ USB_VENDOR_APPLE, USB_PRODUCT_APPLE_ISIGHT,
+ "iSight",
+ },
+ {
USB_VENDOR_ARANEUS, USB_PRODUCT_ARANEUS_ALEA,
"True Random Number Generator",
},