Changes in uspace/lib/usb/src/recognise.c [3b77628:d08abdb7] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/recognise.c
r3b77628 rd08abdb7 27 27 */ 28 28 29 /** @addtogroup libusb 29 /** @addtogroup libusb usb 30 30 * @{ 31 31 */ … … 39 39 #include <errno.h> 40 40 41 /** Callback for getting host controller handle.42 *43 * @param dev Device in question.44 * @param[out] handle Devman handle of the host controller.45 * @return Error code.46 */47 41 static int usb_iface_get_hc_handle(device_t *dev, devman_handle_t *handle) 48 42 { … … 243 237 * @param matches Match ids list to add matches to. 244 238 * @param address USB address of the attached device. 245 * @param config_count Number of configurations the device has.246 239 * @return Error code. 247 240 */ … … 349 342 /** Probe for device kind and register it in devman. 350 343 * 351 * @param[in] hc Open phone to the host controller. 352 * @param[in] parent Parent device. 353 * @param[in] address Address of the (unknown) attached device. 354 * @param[out] child_handle Handle of the child device. 344 * @param hc Open phone to the host controller. 345 * @param parent Parent device. 346 * @param address Address of the (unknown) attached device. 355 347 * @return Error code. 356 348 */
Note:
See TracChangeset
for help on using the changeset viewer.