Changeset e2172cf8 in mainline for uspace/drv/uhci-hcd/uhci.c
- Timestamp:
- 2011-02-07T13:27:14Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9e80904
- Parents:
- 9a818a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/uhci.c
r9a818a9 re2172cf8 249 249 assert(current == &tracker->link); 250 250 if (!transfer_descriptor_is_active(tracker->td)) { 251 usb_log_debug("Found inactive tracker.\n"); 251 usb_log_debug("Found inactive tracker with status: %x.\n", 252 tracker->td->status); 252 253 list_remove(current); 253 254 tracker->next_step(tracker);
Note:
See TracChangeset
for help on using the changeset viewer.