Ignore:
Timestamp:
2013-07-27T08:30:53Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3cc55b47
Parents:
8a23fef
Message:

libusbhost: Remove speed argument from add_ep.

It can be queried internally.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h

    r8a23fef rec6766a  
    9292int usb_endpoint_manager_add_ep(usb_endpoint_manager_t *instance,
    9393    usb_address_t address, usb_endpoint_t endpoint, usb_direction_t direction,
    94     usb_transfer_type_t type, usb_speed_t speed, size_t max_packet_size,
    95     size_t data_size, ep_add_callback_t callback, void *arg);
     94    usb_transfer_type_t type, size_t max_packet_size, size_t data_size,
     95    ep_add_callback_t callback, void *arg);
    9696
    9797int usb_endpoint_manager_remove_ep(usb_endpoint_manager_t *instance,
Note: See TracChangeset for help on using the changeset viewer.