Ignore:
File:
1 edited

Legend:

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

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