Line 139:
Line 139:
* in 1: u16 - Length
* in 1: u16 - Length
* io 0: array of length in[1] - Payload data
* io 0: array of length in[1] - Payload data
−
−
|-
−
| 5 (ioctl) || USBV0_IOCTL_SUSPENDDEV || ? || ? || Both
−
|
−
Unknown. According to libogc, this is used for suspending a device. (Is this a host or device request?) {{check}}
−
−
|-
−
| 6 (ioctl) || USBV0_IOCTL_RESUMEDEV || ? || ? || Both
−
|
−
Unknown. According to libogc, this is used for resuming a device. (Is this a host or device request?) {{check}}
|-
|-
Line 159:
Line 149:
* io 0: u16* of size in[2] - Sizes of the isochronous packets
* io 0: u16* of size in[2] - Sizes of the isochronous packets
* io 1: array of length in[1] - Payload data
* io 1: array of length in[1] - Payload data
+
+
|-
+
| 10 (ioctlv) || ? || ? || ? || OH0
+
|
+
???
+
Handled by the same function as for bulk and interrupt transfers.
|-
|-