Changes in uspace/drv/bus/usb/usbhub/status.h [41924f30:78188e5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/status.h
r41924f30 r78188e5 35 35 #define HUB_STATUS_H 36 36 37 #include <stdbool.h>38 #include <stdint.h>39 37 #include <usb/dev/request.h> 40 38 … … 112 110 if ((status & USB_HUB_PORT_STATUS_HIGH_SPEED) != 0) 113 111 return USB_SPEED_HIGH; 114 /* TODO: add super speed */115 112 return USB_SPEED_FULL; 116 113 }
Note:
See TracChangeset
for help on using the changeset viewer.