Line 3:
Line 3:
Not much information is known at this time.
Not much information is known at this time.
−
It is implemented by a module (USB_VEN) in IOS58. It appears to be able to generically address devices via OHC1 or EHCI. It is accessed via several ioctl/ioctlvs. This information is incomplete, please fill it in when possible.
+
It is implemented by a module (USB_VEN) in IOS58. It appears to be able to generically address devices via OHC1 or EHCI, by way of ioctl calls to /dev/usb/usb. It is accessed via several ioctl/ioctlvs. This information is incomplete, please fill it in when possible.
+
+
All buffers must be in MEM2 (addr > 0x10000000) and aligned to a 32-byte boundary. For all of the ioctlvs, the first buffer must be 64 bytes long.
=== Ioctls ===
=== Ioctls ===
Line 28:
Line 30:
|
|
|-
|-
−
| 0x7
+
| 3
+
| 0x20 / 0xC0 (ioctl)
+
| ?
+
| calls /dev/usb/usb ioctl 2
+
|-
+
| 4
+
| 0x20 / 0 (ioctl)
+
| ?
+
|
+
|-
+
| 5
+
| 0x20 / 0 (ioctl)
+
| ?
+
| indirectly calls /dev/usb/usb ioctl 1
+
|-
+
| 6
+
| 0 / 0 (ioctl)
+
| ?
+
| calls /dev/usb/usb ioctl 1
+
|-
+
| 7
| 0x20 / 0 (ioctl)
| 0x20 / 0 (ioctl)
| ven_set_alt_setting
| ven_set_alt_setting
−
|
+
| calls /dev/usb/usb ioctl 5 and/or 0x11
+
|-
+
| 8
+
| 0x20 / ? (ioctl)
+
| ?
+
| calls /dev/usb/usb ioctl 3
|-
|-
| 0x10
| 0x10
| 0x20 / 0 (ioctl)
| 0x20 / 0 (ioctl)
| ven_suspend_resume, ven_attach_suspend_callback, ven_attach_get_device_params_callback
| ven_suspend_resume, ven_attach_suspend_callback, ven_attach_get_device_params_callback
−
|
+
| calls /dev/usb/usb ioctl 4
|-
|-
| 0x11
| 0x11
| 0x20 / 0 (ioctl)
| 0x20 / 0 (ioctl)
| ven_cancel_endpoint
| ven_cancel_endpoint
−
|
+
| calls /dev/usb/usb ioctl 0x10
|-
|-
| 0x12
| 0x12
| 1 in / 1 io, or 2 in / 0 io? (ioctlv)
| 1 in / 1 io, or 2 in / 0 io? (ioctlv)
| ven_ctrl
| ven_ctrl
−
| first buf must be 64 bytes
+
| calls /dev/usb/usb ioctl 0x11
|-
|-
| 0x13
| 0x13
| 1/1 or 2/0? (ioctlv)
| 1/1 or 2/0? (ioctlv)
| ven_intr
| ven_intr
−
|
+
| calls /dev/usb/usb ioctl 0x12
|-
|-
| 0x14
| 0x14
| 2/2 or 3/1 (ioctlv)
| 2/2 or 3/1 (ioctlv)
| ven_isoc
| ven_isoc
−
|
+
| calls /dev/usb/usb ioctl 0x13
|-
|-
| 0x15
| 0x15
| ? (ioctlv)
| ? (ioctlv)
| ven_?
| ven_?
−
|
+
| calls /dev/usb/usb ioctl 0x14
|}
|}