Changeset 055a68a in mainline for uspace/lib/usbdev/src/hub.c


Ignore:
Timestamp:
2015-04-23T23:47:40Z (10 years ago)
Author:
Michal Koutný <xm.koutny+hos@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a18a8b9
Parents:
acb8766e (diff), dcba819 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes

File:
1 edited

Legend:

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

    racb8766e r055a68a  
    229229         * above might use much of this time so we should only wait to fill
    230230         * up the 100ms quota*/
    231         const suseconds_t elapsed = tv_sub(&end_time, &start_time);
     231        const suseconds_t elapsed = tv_sub_diff(&end_time, &start_time);
    232232        if (elapsed < 100000) {
    233233                async_usleep(100000 - elapsed);
Note: See TracChangeset for help on using the changeset viewer.