diff options
author | David Hill <dhill@cvs.openbsd.org> | 2011-12-01 22:49:27 +0000 |
---|---|---|
committer | David Hill <dhill@cvs.openbsd.org> | 2011-12-01 22:49:27 +0000 |
commit | 43aad84ced3d34b8e2c711fd93f8f4b0c2a6ace0 (patch) | |
tree | da3e706ddc9b20c6cc9a6c90dc384c972a8a3360 | |
parent | 272855696e2043e43fcfd75d29d6afeca4f224bc (diff) |
Add a bunch of Apple iPod and iPhone devices
-rw-r--r-- | sys/dev/usb/usbdevs | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 867514a13b3..123b1be86fb 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.566 2011/11/26 06:36:40 ckuethe Exp $ +$OpenBSD: usbdevs,v 1.567 2011/12/01 22:49:26 dhill Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -881,6 +881,16 @@ product AOX USB101 0x0008 Ethernet product APPLE OPTMOUSE 0x0302 Optical mouse product APPLE ADB 0x1000 ADB device product APPLE SPEAKERS 0x1101 Speakers +product APPLE IPHONE 0x1290 iPhone +product APPLE IPOD_TOUCH 0x1291 iPod Touch +product APPLE IPHONE_3G 0x1292 iPhone 3G +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 IPHONE_4_CDMA 0x129c iPhone 4 CDMA +product APPLE IPOD_TOUCH_4G 0x129e iPod Touch 4G +product APPLE IPHONE_4S 0x12a0 iPhone 4S product APPLE ETHERNET 0x1402 Ethernet A1277 product APPLE BLUETOOTH2 0x8205 Bluetooth product APPLE BLUETOOTH 0x8300 Bluetooth |