Changeset 944f8fdd in mainline for uspace/drv/bus/usb/vhc/main.c
- Timestamp:
- 2018-01-19T17:38:22Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2833bb4
- Parents:
- 861b5d6
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-19 17:06:40)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-19 17:38:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/vhc/main.c
r861b5d6 r944f8fdd 40 40 41 41 #include <usb/host/ddf_helpers.h> 42 #include <usb/host/utility.h> 42 43 43 44 #include <usb/debug.h> … … 106 107 * needs to be ready at this time. 107 108 */ 108 ret = hc d_setup_virtual_root_hub(&vhc->base);109 ret = hc_setup_virtual_root_hub(&vhc->base); 109 110 if (ret != EOK) { 110 111 usb_log_error("Failed to init VHC root hub: %s",
Note:
See TracChangeset
for help on using the changeset viewer.