Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/src/recognise.c

    r3b77628 rd08abdb7  
    2727 */
    2828
    29 /** @addtogroup libusb
     29/** @addtogroup libusb usb
    3030 * @{
    3131 */
     
    3939#include <errno.h>
    4040
    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  */
    4741static int usb_iface_get_hc_handle(device_t *dev, devman_handle_t *handle)
    4842{
     
    243237 * @param matches Match ids list to add matches to.
    244238 * @param address USB address of the attached device.
    245  * @param config_count Number of configurations the device has.
    246239 * @return Error code.
    247240 */
     
    349342/** Probe for device kind and register it in devman.
    350343 *
    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.
    355347 * @return Error code.
    356348 */
Note: See TracChangeset for help on using the changeset viewer.