diff options
author | 2011-12-01 22:49:26 +0000 | |
---|---|---|
committer | 2011-12-01 22:49:26 +0000 | |
commit | ae5442431df55ad2dfeef9935da848a35dd17b59 (patch) | |
tree | caf0cbcea90de104f742dceb05a7a8357296cb21 | |
parent | Add home and end keys for command prompt, from Matthias Lederhofer. (diff) | |
download | wireguard-openbsd-ae5442431df55ad2dfeef9935da848a35dd17b59.tar.xz wireguard-openbsd-ae5442431df55ad2dfeef9935da848a35dd17b59.zip |
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 |