Changeset a8e98498 in mainline for uspace/lib/usb/src/ddfiface.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/ddfiface.c

    rec4538d ra8e98498  
    5656/** Get host controller handle, interface implementation for hub driver.
    5757 *
    58  * @param[in] device Device the operation is running on.
     58 * @param[in] fun Device function the operation is running on.
    5959 * @param[out] handle Storage for the host controller handle.
    6060 * @return Error code.
     
    6969 * a hub driver.
    7070 *
    71  * @param[in] device Device the operation is running on.
     71 * @param[in] fun Device function the operation is running on.
    7272 * @param[out] handle Storage for the host controller handle.
    7373 * @return Error code.
     
    101101/** Get host controller handle, interface implementation for HC driver.
    102102 *
    103  * @param[in] device Device the operation is running on.
     103 * @param[in] fun Device function the operation is running on.
    104104 * @param[out] handle Storage for the host controller handle.
    105105 * @return Always EOK.
     
    118118/** Get USB device address, interface implementation for hub driver.
    119119 *
    120  * @param[in] device Device the operation is running on.
     120 * @param[in] fun Device function the operation is running on.
    121121 * @param[in] handle Devman handle of USB device we want address of.
    122122 * @param[out] address Storage for USB address of device with handle @p handle.
     
    153153 * a hub driver.
    154154 *
    155  * @param[in] device Device the operation is running on.
     155 * @param[in] fun Device function the operation is running on.
    156156 * @param[in] handle Devman handle of USB device we want address of.
    157157 * @param[out] address Storage for USB address of device with handle @p handle.
Note: See TracChangeset for help on using the changeset viewer.