Changes in uspace/lib/usbhost/src/usb_device_manager.c [cbd568b:bbd09694] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/src/usb_device_manager.c
rcbd568b rbbd09694 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 27 */ 28 28 29 /** @addtogroup libusbhost 29 30 * @{ … … 40 41 * 41 42 * @param[in] instance Device manager structure to use. 43 * @param[in] speed Speed of the device requiring address. 42 44 * @return Free address, or error code. 43 45 */ … … 131 133 * @param[in] handle Devman handle of the device. 132 134 * @return Error code. 133 * @note Won't accept binding for default address.134 135 */ 135 136 int usb_device_manager_bind_address(usb_device_manager_t *instance, … … 183 184 } 184 185 /*----------------------------------------------------------------------------*/ 185 /** Find USB address associated with the device .186 /** Find USB address associated with the device 186 187 * 187 188 * @param[in] instance Device manager structure to use. … … 207 208 /*----------------------------------------------------------------------------*/ 208 209 /** Find devman handle and speed assigned to USB address. 210 * Intentionally refuse to work on default address. 209 211 * 210 212 * @param[in] instance Device manager structure to use.
Note:
See TracChangeset
for help on using the changeset viewer.