diff options
author | Bryan Steele <brynet@cvs.openbsd.org> | 2012-01-31 21:10:20 +0000 |
---|---|---|
committer | Bryan Steele <brynet@cvs.openbsd.org> | 2012-01-31 21:10:20 +0000 |
commit | bab457f849807fc831048f61509cff0cc66468bc (patch) | |
tree | d4434a9fdde6b079f702f60cecf4b58118a6b186 | |
parent | 12d6d9d82e859ee400b24f95b40edbf125eaa0b7 (diff) |
Add product ID's for the iPad and the iPad 2.
ok deraadt/dcoppa and sthen@.
-rw-r--r-- | sys/dev/usb/usbdevs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 5fdf464f83d..0bc609d3192 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$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 $ */ /* @@ -893,8 +893,10 @@ product APPLE IPOD_TOUCH_2G 0x1293 iPod Touch 2G product APPLE IPHONE_3GS 0x1294 iPhone 3GS product APPLE IPHONE_4_GSM 0x1297 iPhone 4 GSM product APPLE IPOD_TOUCH_3G 0x1299 iPod Touch 3G +product APPLE IPAD 0x129a iPad product APPLE IPHONE_4_CDMA 0x129c iPhone 4 CDMA product APPLE IPOD_TOUCH_4G 0x129e iPod Touch 4G +product APPLE IPAD2 0x129f iPad 2 product APPLE IPHONE_4S 0x12a0 iPhone 4S product APPLE ETHERNET 0x1402 Ethernet A1277 product APPLE BLUETOOTH2 0x8205 Bluetooth |