Difference between revisions of "/dev/usb/shared"
Jump to navigation
Jump to search
(←Created page with '/dev/usb/shared is an internal IOS device which is only used by the WFSI module in IOS59. Only IOS_OPEN, IOS_CLOSE and IOS_IOCTL are valid commands. The other commands imm...') |
|||
Line 1: | Line 1: | ||
+ | {{Stub}} | ||
+ | |||
/dev/usb/shared is an internal IOS device which is only used by the WFSI module in IOS59. | /dev/usb/shared is an internal IOS device which is only used by the WFSI module in IOS59. | ||
Revision as of 17:00, 28 December 2016
This article is a stub. You can help WiiBrew by expanding it. |
/dev/usb/shared is an internal IOS device which is only used by the WFSI module in IOS59.
Only IOS_OPEN, IOS_CLOSE and IOS_IOCTL are valid commands. The other commands immediately return IPC_EINVAL (-4). Additionally, this device cannot be opened from the PPC (IPC_EACCES).
There is only a single ioctl for this device.
Ioctl | Name | Input | Output | Notes |
---|---|---|---|---|
1 | ? | None | 8 bytes | Unknown.
This ioctl checks the size of the resource manager and fails with IPC_EINVAL if there is a mismatch. Also, the output buffer must be in mem2. |