summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbdevs_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
-rw-r--r--sys/dev/usb/usbdevs_data.h12
1 files changed, 10 insertions, 2 deletions
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",
},