Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/generic/remote_usb.c

    r1e5d01b r58563585  
    9191
    9292/** Tell devman handle of the usb device function.
    93  * @param[in] exch IPC communication exchange
     93 *
     94 * @param[in]  exch   IPC communication exchange
    9495 * @param[out] handle devman handle of the HC used by the target device.
     96 *
    9597 * @return Error code.
     98 *
    9699 */
    97100int usb_get_my_device_handle(async_exch_t *exch, devman_handle_t *handle)
     
    119122
    120123/** Release default USB address.
     124 *
    121125 * @param[in] exch IPC communication exchange
     126 *
    122127 * @return Error code.
     128 *
    123129 */
    124130int usb_release_default_address(async_exch_t *exch)
     
    131137
    132138/** Trigger USB device enumeration
    133  * @param[in] exch IPC communication exchange
     139 *
     140 * @param[in]  exch   IPC communication exchange
    134141 * @param[out] handle Identifier of the newly added device (if successful)
     142 *
    135143 * @return Error code.
     144 *
    136145 */
    137146int usb_device_enumerate(async_exch_t *exch, unsigned port)
     
    145154
    146155/** Trigger USB device enumeration
    147  * @param[in] exch IPC communication exchange
     156 *
     157 * @param[in] exch   IPC communication exchange
    148158 * @param[in] handle Identifier of the device
     159 *
    149160 * @return Error code.
     161 *
    150162 */
    151163int usb_device_remove(async_exch_t *exch, unsigned port)
Note: See TracChangeset for help on using the changeset viewer.