Changeset 5fd9c30 in mainline for uspace/drv/bus/usb/uhci/transfer_list.c
- Timestamp:
- 2017-10-21T20:52:56Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 766043c
- Parents:
- 74b852b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/transfer_list.c
r74b852b r5fd9c30 167 167 uhci_transfer_batch_from_link(current); 168 168 169 if (uhci_transfer_batch_ is_complete(batch)) {169 if (uhci_transfer_batch_check_completed(batch)) { 170 170 /* Save for processing */ 171 171 transfer_list_remove_batch(instance, batch);
Note:
See TracChangeset
for help on using the changeset viewer.