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


Ignore:
Timestamp:
2011-02-07T14:42:15Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a72620d
Parents:
3f189c5
Message:

Fixes(only for new API trackers): add support for toggle bit

File:
1 edited

Legend:

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

    r3f189c5 rfe10e72  
    188188                        assert(current == &tracker->link);
    189189                        if (!transfer_descriptor_is_active(tracker->td)) {
    190                                 usb_log_debug("Found inactive tracker with status: %x.\n",
     190                                usb_log_info("Found inactive tracker with status: %x.\n",
    191191                                    tracker->td->status);
    192192                                list_remove(current);
Note: See TracChangeset for help on using the changeset viewer.