Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/src/usb_device_manager.c

    rcbd568b rbbd09694  
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2727 */
     28
    2829/** @addtogroup libusbhost
    2930 * @{
     
    4041 *
    4142 * @param[in] instance Device manager structure to use.
     43 * @param[in] speed Speed of the device requiring address.
    4244 * @return Free address, or error code.
    4345 */
     
    131133 * @param[in] handle Devman handle of the device.
    132134 * @return Error code.
    133  * @note Won't accept binding for default address.
    134135 */
    135136int usb_device_manager_bind_address(usb_device_manager_t *instance,
     
    183184}
    184185/*----------------------------------------------------------------------------*/
    185 /** Find USB address associated with the device.
     186/** Find USB address associated with the device
    186187 *
    187188 * @param[in] instance Device manager structure to use.
     
    207208/*----------------------------------------------------------------------------*/
    208209/** Find devman handle and speed assigned to USB address.
     210 * Intentionally refuse to work on default address.
    209211 *
    210212 * @param[in] instance Device manager structure to use.
Note: See TracChangeset for help on using the changeset viewer.