Changeset 9a6fde4 in mainline for uspace/drv/ohci/hc.c


Ignore:
Timestamp:
2011-04-13T13:56:51Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7013b14
Parents:
592369ae
Message:

Batch uses static endpoint descriptors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/ohci/hc.c

    r592369ae r9a6fde4  
    6868            &instance->manager, hub_address, hub_fun->handle);
    6969
    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);
    7372        if (ret != EOK) {
    7473                usb_log_error("Failed to add OHCI rh endpoint 0.\n");
Note: See TracChangeset for help on using the changeset viewer.