Difference between revisions of "/dev/usb/usb"
Jump to navigation
Jump to search
(→Ioctls) |
(→Ioctls) |
||
Line 27: | Line 27: | ||
| GetDeviceInfo | | GetDeviceInfo | ||
| | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
| 4 | | 4 | ||
| ? | | ? | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
| ? | | ? | ||
− | |||
| | | | ||
|} | |} | ||
{{stub}} | {{stub}} |
Revision as of 20:26, 1 November 2017
Description
This device is used to communicate with the USB camera provided with the game "Your Shape". Not much information is known at this time.
It is implemented by a module (USB) in IOS58. It appears to be able to generically address devices via /dev/usb/oh0 and /dev/usb/ehc. It is accessed via several ioctls. Yes, I know this doesn't match up with the ioctls called by /dev/usb/ven; sorry!
Ioctls
Ioctl | Parameters (inbuf_len / iobuf_len) | Function | Notes |
---|---|---|---|
0 | 0 / 4 | open? | puts "0x10001" into the io_buf |
1 | 0 / > =0x300 | GetDeviceChange | |
2 | 8 / >= 8 | GetDeviceInfo | |
4 | ? | ? |
This article is a stub. You can help WiiBrew by expanding it. |