VirtualBox

Changeset 76725 in vbox


Ignore:
Timestamp:
Jan 9, 2019 9:51:30 AM (6 years ago)
Author:
vboxsync
Message:

Doxygen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp

    r76724 r76725  
    824824
    825825/** @interface_method_impl{USBPROXYBACK,pfnReset} */
    826 static DECLCALLBACK(int) usbProxyLinuxReset(PUSBPROXYDEV pProxyDev, bool fRootHubReset)
     826static DECLCALLBACK(int) usbProxyLinuxReset(PUSBPROXYDEV pProxyDev, bool fResetOnLinux)
    827827{
    828828    PUSBPROXYDEVLNX pDevLnx = USBPROXYDEV_2_DATA(pProxyDev, PUSBPROXYDEVLNX);
    829     RT_NOREF(fRootHubReset);
     829    RT_NOREF(fResetOnLinux);
    830830    Assert(!pProxyDev->fMaskedIfs);
    831831    LogFlow(("usbProxyLinuxReset: pProxyDev=%s\n", usbProxyGetName(pProxyDev)));
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