Changeset 9a6fde4 in mainline for uspace/drv/ohci/hc.c
- Timestamp:
- 2011-04-13T13:56:51Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7013b14
- Parents:
- 592369ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/hc.c
r592369ae r9a6fde4 68 68 &instance->manager, hub_address, hub_fun->handle); 69 69 70 ret = usb_endpoint_manager_add_ep(&instance->ep_manager, 71 hub_address, 0, USB_DIRECTION_BOTH, USB_TRANSFER_CONTROL, 72 USB_SPEED_FULL, 64, 0); 70 ret = hc_add_endpoint(instance, hub_address, 0, USB_SPEED_FULL, 71 USB_TRANSFER_CONTROL, USB_DIRECTION_BOTH, 64, 0, 0); 73 72 if (ret != EOK) { 74 73 usb_log_error("Failed to add OHCI rh endpoint 0.\n");
Note:
See TracChangeset
for help on using the changeset viewer.