Changeset a00ac07 in mainline for uspace/lib/usbhost/src/iface.c


Ignore:
Timestamp:
2011-09-13T11:39:48Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3822f7c9
Parents:
ffe3fe1
Message:

libusbhost: Use static area for setup_buffer

File:
1 edited

Legend:

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

    rffe3fe1 ra00ac07  
    7878        /* No private data and no private data dtor */
    7979        usb_transfer_batch_t *batch =
    80             usb_transfer_batch_get(ep, data, size, setup_data, setup_size,
     80            usb_transfer_batch_get(ep, data, size, setup_data,
    8181            in, out, arg, fun, NULL, NULL);
    8282        if (!batch) {
Note: See TracChangeset for help on using the changeset viewer.