Changeset a8e98498 in mainline for uspace/lib/usb/src/recognise.c


Ignore:
Timestamp:
2011-03-08T15:12:59Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0c0f5a5d, d2fc1c2, f8c190e
Parents:
ec4538d (diff), bc1c6fb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Doxygen comments fixes, EHCI match ids

  • Fixed wrong parameters' comments.
  • Placed EHCI driver into separate Doxygen group drvusbehci.
  • Add a bunch of EHCI match ids.
  • Removed some obsoleted code.
File:
1 edited

Legend:

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

    rec4538d ra8e98498  
    138138/** Create device match ids based on its interface.
    139139 *
    140  * @param[in] descriptor Interface descriptor.
     140 * @param[in] desc_device Device descriptor.
     141 * @param[in] desc_interface Interface descriptor.
    141142 * @param[out] matches Initialized list of match ids.
    142143 * @return Error code (the two mentioned are not the only ones).
    143144 * @retval EINVAL Invalid input parameters (expects non NULL pointers).
    144  * @retval ENOENT Interface does not specify class.
     145 * @retval ENOENT Device class is not "use interface".
    145146 */
    146147int usb_device_create_match_ids_from_interface(
     
    333334 * @param[in] parent Parent device.
    334335 * @param[out] child_handle Handle of the child device.
     336 * @param[in] dev_ops Child device ops.
     337 * @param[in] dev_data Arbitrary pointer to be stored in the child
     338 *      as @c driver_data.
     339 * @param[out] child_fun Storage where pointer to allocated child function
     340 *      will be written.
    335341 * @return Error code.
    336342 */
Note: See TracChangeset for help on using the changeset viewer.