Changeset c6f82e5 in mainline for uspace/drv/bus/usb/ohci/hc.c
- Timestamp:
- 2018-01-19T20:56:14Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7ec7b7e
- Parents:
- 69b2dfee
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/hc.c
r69b2dfee rc6f82e5 45 45 46 46 #include <usb/debug.h> 47 #include <usb/host/utility.h> 47 48 #include <usb/usb.h> 48 49 … … 377 378 list_remove(current); 378 379 endpoint_del_ref(&ep->base); 380 hc_reset_toggles(&batch->base, &ohci_ep_toggle_reset); 379 381 usb_transfer_batch_finish(&batch->base); 380 382 }
Note:
See TracChangeset
for help on using the changeset viewer.