Changeset 228f251 in mainline for uspace/lib/drv/include/usbhc_iface.h


Ignore:
Timestamp:
2011-02-18T20:06:27Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b36e5de2
Parents:
867e6735
Message:

Max packet size actually sent over IPC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/include/usbhc_iface.h

    r867e6735 r228f251  
    5353 *   - argument #1 is target address
    5454 *   - argument #2 is target endpoint
    55  *   - argument #3 is buffer size
     55 *   - argument #3 is max packet size of the endpoint
    5656 * - this call is immediately followed by IPC data write (from caller)
    5757 * - the initial call (and the whole transaction) is answer after the
     
    6666 *   - argument #1 is target address
    6767 *   - argument #2 is target endpoint
    68  *   - argument #3 is buffer size
     68 *   - argument #3 is max packet size of the endpoint
    6969 * - this call is immediately followed by IPC data read (async version)
    7070 * - the call is not answered until the device returns some data (or until
     
    194194        IPC_M_USBHC_CONTROL_WRITE,
    195195
    196         /** Issue control WRITE transfer.
     196        /** Issue control READ transfer.
    197197         * See explanation at usb_iface_funcs_t (IN transaction) for
    198198         * 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).
    202201         */
    203202        IPC_M_USBHC_CONTROL_READ,
Note: See TracChangeset for help on using the changeset viewer.