Changeset db51a6a6 in mainline for uspace/drv/bus/usb/uhci/hc.c
- Timestamp:
- 2018-01-22T12:20:14Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 998773d
- Parents:
- b3c39690
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-22 12:18:02)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-22 12:20:14)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hc.c
rb3c39690 rdb51a6a6 362 362 async_usleep(2000); 363 363 batch->base.error = EINTR; 364 batch->base.transfer ed_size = 0;364 batch->base.transferred_size = 0; 365 365 usb_transfer_batch_finish(&batch->base); 366 366 }
Note:
See TracChangeset
for help on using the changeset viewer.