diff options
author | eadler <eadler@FreeBSD.org> | 2012-10-21 03:30:36 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-10-21 03:30:36 +0000 |
commit | ff09f7990156bda8e96ac1bc2512ce23f59f01fb (patch) | |
tree | 5bda13112189226c389e01cbf989afdfc8570dd4 /sys/dev/usb/usbdevs | |
parent | 7d0e04a4f90bcea627a8bbe932382dfafb9a40c0 (diff) | |
download | FreeBSD-src-ff09f7990156bda8e96ac1bc2512ce23f59f01fb.zip FreeBSD-src-ff09f7990156bda8e96ac1bc2512ce23f59f01fb.tar.gz |
Add support for iPhone 5 tethering.
PR: usb/172172
Submitted by: Ali Mashtizadeh <mashtizadeh@gmail.com>
Approved by: cperciva
MFC after: 1 week
Diffstat (limited to 'sys/dev/usb/usbdevs')
-rw-r--r-- | sys/dev/usb/usbdevs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index a8bc61f..c06df8a 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1078,6 +1078,7 @@ product APPLE IPOD_TOUCH 0x1291 iPod Touch product APPLE IPHONE_3G 0x1292 iPhone 3G product APPLE IPHONE_3GS 0x1294 iPhone 3GS product APPLE IPHONE_4 0x1297 iPhone 4 +product APPLE IPHONE_5 0x12a8 iPhone 5 product APPLE IPAD 0x129a iPad product APPLE ETHERNET 0x1402 Ethernet A1277 |