Changeset c901632 in mainline for uspace/lib/usbdev/src/devdrv.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/devdrv.c

    r3f42eab rc901632  
    257257        for (size_t i = 0; i < pipe_count; i++) {
    258258                if (pipes[i].present) {
    259                         rc = usb_pipe_register(&pipes[i].pipe,
    260                             pipes[i].descriptor->poll_interval);
     259                        rc = usb_pipe_register(&pipes[i].pipe);
    261260                        if (rc != EOK) {
    262261                                goto rollback_unregister_endpoints;
Note: See TracChangeset for help on using the changeset viewer.