USB services: Difference between revisions
Line 343: | Line 343: | ||
| 8 || [11.0.0+] || Takes an input u64 and a handle, no output. Stubbed, just returns an error. | | 8 || [11.0.0+] || Takes an input u64 and a handle, no output. Stubbed, just returns an error. | ||
|- | |- | ||
| 9 || [11.0.0+] || Takes an input u32, an u64, returns | | 9 || [11.0.0+] || Takes an input u32 size, an u64 offset, returns an u32 urbId. Stubbed, just returns an error. | ||
|} | |} | ||
[11.0.0+] The official sw wrapper for PostBufferAsync can optionally use cmd9 instead, if a object state flag is set. offset=input_addr-object_addr_field, this will Abort if offset is >= object_size_field. | |||
==== PostBufferAsync ==== | ==== PostBufferAsync ==== |