diff options
| author | buhrow <buhrow@NetBSD.org> | 2015-11-04 05:11:16 +0000 |
|---|---|---|
| committer | buhrow <buhrow@NetBSD.org> | 2015-11-04 05:11:16 +0000 |
| commit | 72e1fd06ded2c5e305b47da7c5c8fc5a1bbd04f8 (patch) | |
| tree | 2183df48e843e0f598e6d8c1cac57e5f2ca0d50f /sys/dev/usb/usbdevs.h | |
| parent | df1e03b3e54284518ccc026f4b7a7bc0f3497206 (diff) | |
ADded Apple iDevices:
iPhone 4, 4_VZW, 4s, and 5.
iPad 2, 3 and Mini
This is in preparation for forcing all of these devices to attach as
ugen(4)
devices rather than as uhid/uaudio devices.
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 3a8b7d77539..1bae7f02aa5 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs.h,v 1.694 2015/10/18 09:37:14 nonaka Exp $ */ +/* $NetBSD: usbdevs.h,v 1.695 2015/11/04 05:11:16 buhrow Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.702 2015/10/18 09:36:11 nonaka Exp + * NetBSD: usbdevs,v 1.703 2015/11/04 05:05:45 buhrow Exp */ /* @@ -871,7 +871,14 @@ #define USB_PRODUCT_APPLE_IPOD_TOUCH_4G 0x129e /* iPod Touch 4G */ #define USB_PRODUCT_APPLE_IPHONE_3G 0x1292 /* iPhone 3G */ #define USB_PRODUCT_APPLE_IPHONE_3GS 0x1294 /* iPhone 3GS */ +#define USB_PRODUCT_APPLE_IPHONE_4 0x1297 /* iPhone 4 */ +#define USB_PRODUCT_APPLE_IPHONE_4_VZW 0x129c /* iPhone 4 (VZW) */ +#define USB_PRODUCT_APPLE_IPHONE_4S 0x12a0 /* iPhone 4S */ +#define USB_PRODUCT_APPLE_IPHONE_5 0x12a8 /* iPhone 5 */ #define USB_PRODUCT_APPLE_IPAD 0x129a /* Apple iPad */ +#define USB_PRODUCT_APPLE_IPAD_2 0x12a2 /* Apple iPad 2 */ +#define USB_PRODUCT_APPLE_IPAD_3 0x12a6 /* Apple iPad 3 */ +#define USB_PRODUCT_APPLE_IPAD_MINI 0x12ab /* Apple iPad Mini */ #define USB_PRODUCT_APPLE_ETHERNET 0x1402 /* Apple USB to Ethernet */ #define USB_PRODUCT_APPLE_BLUETOOTH2 0x8205 /* Bluetooth */ #define USB_PRODUCT_APPLE_BLUETOOTH_HOST_C 0x821f /* Bluetooth USB Host Controller */ |
