Line 1:
Line 1:
−
Appears to be a way to address usb devices via EHCI (USB 2.0). This driver has only been seen in IOS58. The interface appears to resemble that of /dev/usb/oh0.
+
Appears to be a way to address usb devices via EHCI (USB 2.0). This driver has only been seen in IOS58. The interface appears to resemble that of [[:/dev/usb/oh0]].
== Devices ==
== Devices ==
Line 13:
Line 13:
| style="vertical-align: top;" |0x01
| style="vertical-align: top;" |0x01
| style="vertical-align: top;" |IOS_OPEN
| style="vertical-align: top;" |IOS_OPEN
−
| style="vertical-align: top;" |Opens the device. Returns 0 if success. Returns 1 if device already open (not confirmed)
+
| style="vertical-align: top;" |Opens the device. Can only be opened from PID 17 (USB_VEN) otherwise returns -1. Returns 0 if success. Returns 1 if device already open (not confirmed)
|- style="background-color: #eee;"
|- style="background-color: #eee;"
| style="vertical-align: top;" |0x02
| style="vertical-align: top;" |0x02