Changeset fc0271a5 in mainline for uspace/drv/bus/usb/uhci/hc.c


Ignore:
Timestamp:
2017-10-12T16:06:37Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f9d787c
Parents:
d0db4a0
Message:

WIP usbhost refactoring: uhci converted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/uhci/hc.c

    rd0db4a0 rfc0271a5  
    442442        assert(batch);
    443443
    444         if (batch->ep->address == uhci_rh_get_address(&instance->rh))
     444        if (batch->ep->target.address == uhci_rh_get_address(&instance->rh))
    445445                return uhci_rh_schedule(&instance->rh, batch);
    446446
Note: See TracChangeset for help on using the changeset viewer.