HID services: Difference between revisions
Line 928: | Line 928: | ||
| 0 || || | | 0 || || | ||
|} | |} | ||
Cmd0 uses [[USB_services|PostBufferAsync]] etc with the INPUT endpoint. The size must be <=0x1000. The actual transfer size is returned in an output u64. The data is copied from the tmpbuf to the output buffer using the actual-transfer-size. | |||
== IWriteSession == | == IWriteSession == | ||
Line 936: | Line 938: | ||
! Cmd || Name || Notes | ! Cmd || Name || Notes | ||
|- | |- | ||
| 0 || || | | 0 || || This is the inverse of [[#IReadSession]] cmd0. Uses the OUTPUT endpoint with an input buffer. | ||
|} | |} | ||