Ignore:
File:
1 edited

Legend:

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

    r58563585 r1e5d01b  
    9191
    9292/** Tell devman handle of the usb device function.
    93  *
    94  * @param[in]  exch   IPC communication exchange
     93 * @param[in] exch IPC communication exchange
    9594 * @param[out] handle devman handle of the HC used by the target device.
    96  *
    9795 * @return Error code.
    98  *
    9996 */
    10097int usb_get_my_device_handle(async_exch_t *exch, devman_handle_t *handle)
     
    122119
    123120/** Release default USB address.
    124  *
    125121 * @param[in] exch IPC communication exchange
    126  *
    127122 * @return Error code.
    128  *
    129123 */
    130124int usb_release_default_address(async_exch_t *exch)
     
    137131
    138132/** Trigger USB device enumeration
    139  *
    140  * @param[in]  exch   IPC communication exchange
     133 * @param[in] exch IPC communication exchange
    141134 * @param[out] handle Identifier of the newly added device (if successful)
    142  *
    143135 * @return Error code.
    144  *
    145136 */
    146137int usb_device_enumerate(async_exch_t *exch, unsigned port)
     
    154145
    155146/** Trigger USB device enumeration
    156  *
    157  * @param[in] exch   IPC communication exchange
     147 * @param[in] exch IPC communication exchange
    158148 * @param[in] handle Identifier of the device
    159  *
    160149 * @return Error code.
    161  *
    162150 */
    163151int usb_device_remove(async_exch_t *exch, unsigned port)
Note: See TracChangeset for help on using the changeset viewer.