summaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb')
-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 58e86ad58b5..83707f16faa 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs.h,v 1.580 2012/01/29 11:00:22 mpi Exp $ */
+/* $OpenBSD: usbdevs.h,v 1.581 2012/01/31 21:11:06 brynet Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.570 2012/01/29 10:59:23 mpi Exp
+ * OpenBSD: usbdevs,v 1.571 2012/01/31 21:10:19 brynet Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -900,8 +900,10 @@
#define USB_PRODUCT_APPLE_IPHONE_3GS 0x1294 /* iPhone 3GS */
#define USB_PRODUCT_APPLE_IPHONE_4_GSM 0x1297 /* iPhone 4 GSM */
#define USB_PRODUCT_APPLE_IPOD_TOUCH_3G 0x1299 /* iPod Touch 3G */
+#define USB_PRODUCT_APPLE_IPAD 0x129a /* iPad */
#define USB_PRODUCT_APPLE_IPHONE_4_CDMA 0x129c /* iPhone 4 CDMA */
#define USB_PRODUCT_APPLE_IPOD_TOUCH_4G 0x129e /* iPod Touch 4G */
+#define USB_PRODUCT_APPLE_IPAD2 0x129f /* iPad 2 */
#define USB_PRODUCT_APPLE_IPHONE_4S 0x12a0 /* iPhone 4S */
#define USB_PRODUCT_APPLE_ETHERNET 0x1402 /* Ethernet A1277 */
#define USB_PRODUCT_APPLE_BLUETOOTH2 0x8205 /* Bluetooth */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index f0a265cb8af..2a714290220 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.574 2012/01/29 11:00:22 mpi Exp $ */
+/* $OpenBSD: usbdevs_data.h,v 1.575 2012/01/31 21:11:06 brynet Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.570 2012/01/29 10:59:23 mpi Exp
+ * OpenBSD: usbdevs,v 1.571 2012/01/31 21:10:19 brynet Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -766,6 +766,10 @@ const struct usb_known_product usb_known_products[] = {
"iPod Touch 3G",
},
{
+ USB_VENDOR_APPLE, USB_PRODUCT_APPLE_IPAD,
+ "iPad",
+ },
+ {
USB_VENDOR_APPLE, USB_PRODUCT_APPLE_IPHONE_4_CDMA,
"iPhone 4 CDMA",
},
@@ -774,6 +778,10 @@ const struct usb_known_product usb_known_products[] = {
"iPod Touch 4G",
},
{
+ USB_VENDOR_APPLE, USB_PRODUCT_APPLE_IPAD2,
+ "iPad 2",
+ },
+ {
USB_VENDOR_APPLE, USB_PRODUCT_APPLE_IPHONE_4S,
"iPhone 4S",
},