Changeset 41924f30 in mainline for uspace/drv/bus/usb/usbhub/status.h
- Timestamp:
- 2017-10-12T14:07:27Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a5976973
- Parents:
- 7e74911
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/status.h
r7e74911 r41924f30 112 112 if ((status & USB_HUB_PORT_STATUS_HIGH_SPEED) != 0) 113 113 return USB_SPEED_HIGH; 114 /* TODO: add super speed */ 114 115 return USB_SPEED_FULL; 115 116 }
Note:
See TracChangeset
for help on using the changeset viewer.