Ignore:
File:
1 edited

Legend:

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

    r78188e5 r41924f30  
    3535#define HUB_STATUS_H
    3636
     37#include <stdbool.h>
     38#include <stdint.h>
    3739#include <usb/dev/request.h>
    3840
     
    110112        if ((status & USB_HUB_PORT_STATUS_HIGH_SPEED) != 0)
    111113                return USB_SPEED_HIGH;
     114        /* TODO: add super speed */
    112115        return USB_SPEED_FULL;
    113116}
Note: See TracChangeset for help on using the changeset viewer.