Changeset 228f251 in mainline for uspace/lib/drv/include
- Timestamp:
- 2011-02-18T20:06:27Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b36e5de2
- Parents:
- 867e6735
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/usbhc_iface.h
r867e6735 r228f251 53 53 * - argument #1 is target address 54 54 * - argument #2 is target endpoint 55 * - argument #3 is buffer size55 * - argument #3 is max packet size of the endpoint 56 56 * - this call is immediately followed by IPC data write (from caller) 57 57 * - the initial call (and the whole transaction) is answer after the … … 66 66 * - argument #1 is target address 67 67 * - argument #2 is target endpoint 68 * - argument #3 is buffer size68 * - argument #3 is max packet size of the endpoint 69 69 * - this call is immediately followed by IPC data read (async version) 70 70 * - the call is not answered until the device returns some data (or until … … 194 194 IPC_M_USBHC_CONTROL_WRITE, 195 195 196 /** Issue control WRITEtransfer.196 /** Issue control READ transfer. 197 197 * See explanation at usb_iface_funcs_t (IN transaction) for 198 198 * call parameters. 199 * This call is immediately followed by IPC data read from the caller 200 * (setup packet). 201 * Actual data are retrieved through IPC_M_USBHC_GET_BUFFER. 199 * This call is immediately followed by IPC data write from the caller 200 * (setup packet) and IPC data read (buffer that was read). 202 201 */ 203 202 IPC_M_USBHC_CONTROL_READ,
Note:
See TracChangeset
for help on using the changeset viewer.