VirtualBox

Ignore:
Timestamp:
Oct 17, 2016 11:34:36 AM (8 years ago)
Author:
vboxsync
Message:

VUSB: Doxygen fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/USB/VUSBDevice.cpp

    r62959 r64294  
    11511151 * before detaching a device.
    11521152 *
     1153 * @returns nothing.
     1154 * @param   pDev        The VUSB device instance.
    11531155 * @param   fDetaching  If set, we will unconditionally unlink (and leak)
    11541156 *                      any URBs which isn't reaped.
     
    14331435 * @returns VBox status code.
    14341436 *
    1435  * @param   pDev            Pointer to the VUSB device interface.
     1437 * @param   pDevice         Pointer to the VUSB device interface.
    14361438 * @param   fResetOnLinux   Whether it's safe to reset the device(s) on a linux
    14371439 *                          host system. See discussion of logical reconnects elsewhere.
    14381440 * @param   pfnDone         Pointer to the completion routine. If NULL a synchronous
    14391441 *                          reset is preformed not respecting the 10ms.
     1442 * @param   pvUser          Opaque user data to pass to the done callback.
    14401443 * @param   pVM             Pointer to the VM handle for performing the done function
    14411444 *                          on the EMT thread.
     
    17451748 *
    17461749 * @returns VBox status code.
    1747  * @param   pDev    The VUSB device to initialize.
    1748  * @param   pUsbIns Pointer to the PDM USB Device instance.
     1750 * @param   pDev                  The VUSB device to initialize.
     1751 * @param   pUsbIns               Pointer to the PDM USB Device instance.
     1752 * @param   pszCaptureFilename    Optional fileame to capture the traffic to.
    17491753 */
    17501754int vusbDevInit(PVUSBDEV pDev, PPDMUSBINS pUsbIns, const char *pszCaptureFilename)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette