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


Ignore:
Timestamp:
2018-01-22T23:53:11Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e546142
Parents:
3ac86a4
Message:

usbhost: dispose the EP0 properly (+some ehci cleanup while debugging)

File:
1 edited

Legend:

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

    r3ac86a4 r7278cbc9  
    7070        endpoint_init(&ehci_ep->base, dev, desc);
    7171
    72         // TODO: extract USB2 information from desc
    73        
    7472        if (dma_buffer_alloc(&ehci_ep->dma_buffer, sizeof(qh_t)))
    7573                return NULL;
Note: See TracChangeset for help on using the changeset viewer.