Changeset 9b8dac4 in mainline
- Timestamp:
- 2018-01-18T03:06:17Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- babcc423
- Parents:
- 5bccec3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hc.c
r5bccec3 r9b8dac4 354 354 // The HW could have been looking at the batch. 355 355 // Better wait two frames before we release the buffers. 356 endpoint_wait_timeout_locked(ep,2000);356 async_usleep(2000); 357 357 batch->base.error = EINTR; 358 358 batch->base.transfered_size = 0;
Note:
See TracChangeset
for help on using the changeset viewer.