Changes in uspace/lib/drv/generic/remote_usb.c [58563585:1e5d01b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/remote_usb.c
r58563585 r1e5d01b 91 91 92 92 /** Tell devman handle of the usb device function. 93 * 94 * @param[in] exch IPC communication exchange 93 * @param[in] exch IPC communication exchange 95 94 * @param[out] handle devman handle of the HC used by the target device. 96 *97 95 * @return Error code. 98 *99 96 */ 100 97 int usb_get_my_device_handle(async_exch_t *exch, devman_handle_t *handle) … … 122 119 123 120 /** Release default USB address. 124 *125 121 * @param[in] exch IPC communication exchange 126 *127 122 * @return Error code. 128 *129 123 */ 130 124 int usb_release_default_address(async_exch_t *exch) … … 137 131 138 132 /** Trigger USB device enumeration 139 * 140 * @param[in] exch IPC communication exchange 133 * @param[in] exch IPC communication exchange 141 134 * @param[out] handle Identifier of the newly added device (if successful) 142 *143 135 * @return Error code. 144 *145 136 */ 146 137 int usb_device_enumerate(async_exch_t *exch, unsigned port) … … 154 145 155 146 /** Trigger USB device enumeration 156 * 157 * @param[in] exch IPC communication exchange 147 * @param[in] exch IPC communication exchange 158 148 * @param[in] handle Identifier of the device 159 *160 149 * @return Error code. 161 *162 150 */ 163 151 int usb_device_remove(async_exch_t *exch, unsigned port)
Note:
See TracChangeset
for help on using the changeset viewer.