diff options
| author | 2012-01-31 21:11:06 +0000 | |
|---|---|---|
| committer | 2012-01-31 21:11:06 +0000 | |
| commit | 324b7c3df7aba696dae97d3e17472cf3923a0bce (patch) | |
| tree | 0d97293cca11a2c65d667eb15311c1b54f3dc85e /sys/dev/usb/usbdevs_data.h | |
| parent | Add product ID's for the iPad and the iPad 2. (diff) | |
| download | wireguard-openbsd-324b7c3df7aba696dae97d3e17472cf3923a0bce.tar.xz wireguard-openbsd-324b7c3df7aba696dae97d3e17472cf3923a0bce.zip | |
regen.
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 12 |
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", }, |
