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


Ignore:
Timestamp:
2018-01-06T00:04:48Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9efad54
Parents:
3f42eab
Message:

usbdev: polling interval and interval is the same thing

File:
1 edited

Legend:

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

    r3f42eab rc901632  
    316316 * @return Error code.
    317317 */
    318 int usb_pipe_register(usb_pipe_t *pipe, unsigned interval)
     318int usb_pipe_register(usb_pipe_t *pipe)
    319319{
    320320        assert(pipe);
    321321        assert(pipe->bus_session);
    322322
    323         pipe->desc.usb2.polling_interval = interval;
    324323        async_exch_t *exch = async_exchange_begin(pipe->bus_session);
    325324        if (!exch)
Note: See TracChangeset for help on using the changeset viewer.