Changeset 92d6868 in mainline for uspace/drv/uhci-hcd/iface.c


Ignore:
Timestamp:
2011-04-07T07:56:03Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
506d330
Parents:
0aae4a6a
Message:

Use sane key management in usb_endpoint_manager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/iface.c

    r0aae4a6a r92d6868  
    179179            usb_str_speed(speed), direction, size, max_packet_size, interval);
    180180
    181         ret = usb_endpoint_manager_register_ep(&hc->ep_manager,
    182             address, endpoint, direction, ep, size);
     181        ret = usb_endpoint_manager_register_ep(&hc->ep_manager, ep, size);
    183182        if (ret != EOK) {
    184183                endpoint_destroy(ep);
Note: See TracChangeset for help on using the changeset viewer.