Changeset 3c4663e in mainline for uspace/lib/usbhost/src/hcd.c


Ignore:
Timestamp:
2012-12-22T23:25:44Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d8cdf39e
Parents:
1affef2f
Message:

libusbhost: Drop ddf_fun argument.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/src/hcd.c

    r1affef2f r3c4663e  
    9696 */
    9797int hcd_send_batch(
    98     hcd_t *hcd, ddf_fun_t *fun, usb_target_t target, usb_direction_t direction,
     98    hcd_t *hcd, usb_target_t target, usb_direction_t direction,
    9999    void *data, size_t size, uint64_t setup_data,
    100100    usbhc_iface_transfer_in_callback_t in,
     
    149149
    150150        usb_transfer_batch_t *batch = usb_transfer_batch_create(
    151             ep, data, size, setup_data, in, out, arg, fun);
     151            ep, data, size, setup_data, in, out, arg);
    152152        if (!batch) {
    153153                return ENOMEM;
Note: See TracChangeset for help on using the changeset viewer.