Changeset 9b8dac4 in mainline


Ignore:
Timestamp:
2018-01-18T03:06:17Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
babcc423
Parents:
5bccec3
Message:

uhci: do not wait on _locked without the lock

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/uhci/hc.c

    r5bccec3 r9b8dac4  
    354354                // The HW could have been looking at the batch.
    355355                // Better wait two frames before we release the buffers.
    356                 endpoint_wait_timeout_locked(ep, 2000);
     356                async_usleep(2000);
    357357                batch->base.error = EINTR;
    358358                batch->base.transfered_size = 0;
Note: See TracChangeset for help on using the changeset viewer.