Changeset c61338a in mainline for uspace/drv/uhci-hcd/iface.c
- Timestamp:
- 2011-03-23T10:15:13Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5bf82ee
- Parents:
- 20a1e76
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/iface.c
r20a1e76 rc61338a 279 279 * @param[in] target USB device to write to. 280 280 * @param[in] max_packet_size maximum size of data packet the device accepts. 281 * @param[in] setup_data Data to send with SETUP packet.282 * @param[in] setup_size Size of data to send with SETUP packet (should be8B).281 * @param[in] setup_data Data to send with SETUP transfer. 282 * @param[in] setup_size Size of data to send with SETUP transfer (always 8B). 283 283 * @param[in] data Source of data. 284 284 * @param[in] size Size of data source.
Note:
See TracChangeset
for help on using the changeset viewer.