Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb ADded Apple iDevices:



details:   https://anonhg.NetBSD.org/src/rev/78addfce5f88
branches:  trunk
changeset: 341392:78addfce5f88
user:      buhrow <buhrow%NetBSD.org@localhost>
date:      Wed Nov 04 05:05:45 2015 +0000

description:
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:

 sys/dev/usb/usbdevs |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 8d55fd4e7a6d -r 78addfce5f88 sys/dev/usb/usbdevs
--- a/sys/dev/usb/usbdevs       Wed Nov 04 04:31:53 2015 +0000
+++ b/sys/dev/usb/usbdevs       Wed Nov 04 05:05:45 2015 +0000
@@ -1,4 +1,4 @@
-$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 $
 
 /*
  * Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
@@ -864,7 +864,14 @@
 product APPLE IPOD_TOUCH_4G    0x129e  iPod Touch 4G
 product APPLE IPHONE_3G                0x1292  iPhone 3G
 product APPLE IPHONE_3GS       0x1294  iPhone 3GS
+product APPLE IPHONE_4         0x1297  iPhone 4
+product APPLE IPHONE_4_VZW             0x129c  iPhone 4 (VZW)
+product APPLE IPHONE_4S                0x12a0  iPhone 4S
+product APPLE IPHONE_5         0x12a8  iPhone 5
 product APPLE IPAD             0x129a  Apple iPad
+product APPLE IPAD_2           0x12a2  Apple iPad 2
+product APPLE IPAD_3           0x12a6  Apple iPad 3
+product APPLE IPAD_MINI                0x12ab  Apple iPad Mini
 product APPLE ETHERNET         0x1402  Apple USB to Ethernet
 product APPLE BLUETOOTH2       0x8205  Bluetooth
 product APPLE BLUETOOTH_HOST_C 0x821f  Bluetooth USB Host Controller



Home | Main Index | Thread Index | Old Index