Ignore:
Timestamp:
2011-05-24T21:52:44Z (14 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fa8d346
Parents:
a28b41d
Message:

Implemented stubs for getting descriptor and its length

  • Work done by VH.
File:
1 edited

Legend:

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

    ra28b41d r9dddb3d  
    7171         * - none
    7272         * Answer:
    73          * - Size of one report in bytes.
    74          * -
    75          *
    76          * @todo Finish this comment
     73         * - EOK - method is implemented (expected always)
     74         * Parameters of the answer:
     75         * - Size of the report in bytes.
    7776         */
    7877        IPC_M_USBHID_GET_REPORT_DESCRIPTOR_LENGTH,
     
    8281         * Parameters:
    8382         * - none
     83         * The call is followed by data read expecting the descriptor itself.
    8484         * Answer:
    8585         * - EOK - report descriptor returned.
    86          * -
    87          *
    88          * @todo Finish this comment
    8986         */
    9087        IPC_M_USBHID_GET_REPORT_DESCRIPTOR
     
    125122         * @param[in] fun DDF function answering the request.
    126123         * @param[out] desc Buffer with the report descriptor.
    127          * @param[out] size Size of the report descriptors in bytes.
     124         * @param[in] size Size of the allocated @p desc buffer.
     125         * @param[out] act_size Actual size of the report descriptor returned.
    128126         * @return Error code.
    129127         */
Note: See TracChangeset for help on using the changeset viewer.