Changeset 9dddb3d in mainline for uspace/lib/drv/include/usbhid_iface.h
- Timestamp:
- 2011-05-24T21:52:44Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fa8d346
- Parents:
- a28b41d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/usbhid_iface.h
ra28b41d r9dddb3d 71 71 * - none 72 72 * 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. 77 76 */ 78 77 IPC_M_USBHID_GET_REPORT_DESCRIPTOR_LENGTH, … … 82 81 * Parameters: 83 82 * - none 83 * The call is followed by data read expecting the descriptor itself. 84 84 * Answer: 85 85 * - EOK - report descriptor returned. 86 * -87 *88 * @todo Finish this comment89 86 */ 90 87 IPC_M_USBHID_GET_REPORT_DESCRIPTOR … … 125 122 * @param[in] fun DDF function answering the request. 126 123 * @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. 128 126 * @return Error code. 129 127 */
Note:
See TracChangeset
for help on using the changeset viewer.