Changeset e2172cf8 in mainline for uspace/drv/uhci-hcd/uhci.c


Ignore:
Timestamp:
2011-02-07T13:27:14Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9e80904
Parents:
9a818a9
Message:

Fixes: report proper size in tracker call_in

Adds few debug lines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/uhci.c

    r9a818a9 re2172cf8  
    249249                        assert(current == &tracker->link);
    250250                        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);
    252253                                list_remove(current);
    253254                                tracker->next_step(tracker);
Note: See TracChangeset for help on using the changeset viewer.