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


Ignore:
Timestamp:
2011-02-08T22:24:56Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e0004ad
Parents:
014d5033
Message:

Fixes: Use 8B as default control pipe max packet size
Fixes: use toggle paramter when creting TD

adds few more debug messages

File:
1 edited

Legend:

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

    r014d5033 r2b4dbd1  
    193193
    194194                        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);
    197197                                list_remove(current);
    198198                                tracker->next_step(tracker);
Note: See TracChangeset for help on using the changeset viewer.