Changeset 129b821f in mainline for uspace/drv/bus/usb/vhc/main.c
- Timestamp:
- 2018-01-20T12:34:50Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 682c9354
- Parents:
- 60d3f35
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-20 12:33:42)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-20 12:34:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/vhc/main.c
r60d3f35 r129b821f 107 107 * needs to be ready at this time. 108 108 */ 109 ret = hc_setup_virtual_root_hub(&vhc->base );109 ret = hc_setup_virtual_root_hub(&vhc->base, USB_SPEED_HIGH); 110 110 if (ret != EOK) { 111 111 usb_log_error("Failed to init VHC root hub: %s",
Note:
See TracChangeset
for help on using the changeset viewer.