Changeset 2b4dbd1 in mainline for uspace/drv/uhci-hcd/uhci.c
- Timestamp:
- 2011-02-08T22:24:56Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e0004ad
- Parents:
- 014d5033
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/uhci.c
r014d5033 r2b4dbd1 193 193 194 194 if (!transfer_descriptor_is_active(tracker->td)) { 195 usb_log_info("Found inactive tracker with status: %x .\n",196 tracker->td->status );195 usb_log_info("Found inactive tracker with status: %x:%x.\n", 196 tracker->td->status, tracker->td->device); 197 197 list_remove(current); 198 198 tracker->next_step(tracker);
Note:
See TracChangeset
for help on using the changeset viewer.