[Bug 210830] iPhone 5S not working with if_ipheth network driver without changing setting config index to 3
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jul 4 23:04:37 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210830
Bug ID: 210830
Summary: iPhone 5S not working with if_ipheth network driver
without changing setting config index to 3
Product: Base System
Version: 11.0-CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: usb
Assignee: freebsd-usb at FreeBSD.org
Reporter: woodsb02 at freebsd.org
On FreeBSD 11-current r302246 I was only able to get the ue0 network device to
show up after the ipheth(4) driver was loaded if I run:
# usbconfig -d X.Y set_config 3
(where X and Y are the ugen values shown in dmesg when connected to USB)
Details of the configuration descriptors are shown below:
# usbconfig -u X -a Y dump_curr_config_desc
ugen0.4: <iPhone Apple Inc.> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON
(500mA)
Configuration index 0
bLength = 0x0009
bDescriptorType = 0x0002
wTotalLength = 0x0027
bNumInterfaces = 0x0001
bConfigurationValue = 0x0001
iConfiguration = 0x0005 <PTP>
bmAttributes = 0x00c0
bMaxPower = 0x00fa
Interface 0
bLength = 0x0009
bDescriptorType = 0x0004
bInterfaceNumber = 0x0000
bAlternateSetting = 0x0000
bNumEndpoints = 0x0003
bInterfaceClass = 0x0006 <Still imaging>
bInterfaceSubClass = 0x0001
bInterfaceProtocol = 0x0001
iInterface = 0x0000 <no string>
Endpoint 0
bLength = 0x0007
bDescriptorType = 0x0005
bEndpointAddress = 0x0002 <OUT>
bmAttributes = 0x0002 <BULK>
wMaxPacketSize = 0x0200
bInterval = 0x000a
bRefresh = 0x0000
bSynchAddress = 0x0000
Endpoint 1
bLength = 0x0007
bDescriptorType = 0x0005
bEndpointAddress = 0x0081 <IN>
bmAttributes = 0x0002 <BULK>
wMaxPacketSize = 0x0200
bInterval = 0x000a
bRefresh = 0x0000
bSynchAddress = 0x0000
Endpoint 2
bLength = 0x0007
bDescriptorType = 0x0005
bEndpointAddress = 0x0083 <IN>
bmAttributes = 0x0003 <INTERRUPT>
wMaxPacketSize = 0x0040
bInterval = 0x000a
bRefresh = 0x0000
bSynchAddress = 0x0000
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-usb
mailing list