Changeset 5995383c in mainline for uspace/drv/bus/usb/ehci/ehci_bus.c


Ignore:
Timestamp:
2017-10-13T10:03:58Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cb69854
Parents:
c0e4b5b2
Message:

usbhost refactoring: fix introduced bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ehci/ehci_bus.c

    rc0e4b5b2 r5995383c  
    9595
    9696        link_initialize(&ehci_ep->link);
    97         return EOK;
     97        return &ehci_ep->base;
    9898}
    9999
     
    161161        ops->release_endpoint = ehci_release_ep;
    162162
     163        bus->hc = hc;
     164
    163165        return EOK;
    164166}
Note: See TracChangeset for help on using the changeset viewer.