Changeset 74271e0 in mainline for uspace/drv/bus/usb/uhci/uhci.c
- Timestamp:
- 2013-01-06T02:59:17Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 44d518b
- Parents:
- 3848fec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/uhci.c
r3848fec r74271e0 49 49 #include "res.h" 50 50 #include "hc.h" 51 #include "root_hub.h"52 51 53 52 … … 159 158 } else (void)0 160 159 161 // ret = rh_init(device, (uintptr_t)hc->registers + 0x10, 4,162 // ddf_fun_get_handle(hc_fun));163 160 ret = hcd_ddf_setup_root_hub(device, USB_SPEED_FULL); 164 161 CHECK_RET_FINI_RETURN(ret,
Note:
See TracChangeset
for help on using the changeset viewer.