Changeset 867b375 in mainline for uspace/drv/bus/usb/vhc/main.c
- Timestamp:
- 2017-10-15T02:04:10Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 20eaa82
- Parents:
- d7869d7e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/vhc/main.c
rd7869d7e r867b375 111 111 * needs to be ready at this time. 112 112 */ 113 ret = hcd_setup_virtual_root_hub(dev );113 ret = hcd_setup_virtual_root_hub(dev_to_hcd(dev), dev); 114 114 if (ret != EOK) { 115 115 usb_log_error("Failed to init VHC root hub: %s\n",
Note:
See TracChangeset
for help on using the changeset viewer.