Changeset 41924f30 in mainline for uspace/drv/bus/usb/usbhub/status.h


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

WIP usbhost refactoring

This commit replaces callbacks with more systematic virtual-like inheritance-like solution. Currently breaks build of HelenOS, but both xhci and usbhost are buildable. More refactoring follows…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbhub/status.h

    r7e74911 r41924f30  
    112112        if ((status & USB_HUB_PORT_STATUS_HIGH_SPEED) != 0)
    113113                return USB_SPEED_HIGH;
     114        /* TODO: add super speed */
    114115        return USB_SPEED_FULL;
    115116}
Note: See TracChangeset for help on using the changeset viewer.