Changeset f567bcf in mainline for uspace/drv/ohci/iface.c


Ignore:
Timestamp:
2011-04-06T22:02:17Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4ca18ae
Parents:
8dc762e0
Message:

Switch to new endpoint toggle control.

File:
1 edited

Legend:

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

    r8dc762e0 rf567bcf  
    164164        // TODO use real endpoint here!
    165165        return usb_endpoint_manager_register_ep(&hc->ep_manager,
    166             address, endpoint, direction, NULL, NULL, 0);
     166            address, endpoint, direction, NULL, 0);
    167167}
    168168/*----------------------------------------------------------------------------*/
Note: See TracChangeset for help on using the changeset viewer.