Changeset d08aa42d in mainline for uspace/lib/usbdev/src/pipes.c


Ignore:
Timestamp:
2018-01-25T18:09:43Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7d5287db
Parents:
fa4b12d5
git-author:
Ondřej Hlavatý <aearsis@…> (2018-01-25 18:09:25)
git-committer:
Ondřej Hlavatý <aearsis@…> (2018-01-25 18:09:43)
Message:

libusb: privatize another misleading function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/src/pipes.c

    rfa4b12d5 rd08aa42d  
    5656        /* Prevent infinite recursion. */
    5757        pipe->auto_reset_halt = false;
    58         usb_request_clear_endpoint_halt(pipe, 0);
     58        usb_pipe_clear_halt(pipe, pipe);
    5959        pipe->auto_reset_halt = true;
    6060}
     
    194194                exch = async_exchange_begin(pipe->isoch_session);
    195195        else
    196                 exch = async_exchange_begin(pipe->bus_session);
     196                exch = async_exchange_begin(pipe->bus_session);
    197197        size_t act_size = 0;
    198198        const int rc =
Note: See TracChangeset for help on using the changeset viewer.