Changeset 76725 in vbox
- Timestamp:
- Jan 9, 2019 9:51:30 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp
r76724 r76725 824 824 825 825 /** @interface_method_impl{USBPROXYBACK,pfnReset} */ 826 static DECLCALLBACK(int) usbProxyLinuxReset(PUSBPROXYDEV pProxyDev, bool fR ootHubReset)826 static DECLCALLBACK(int) usbProxyLinuxReset(PUSBPROXYDEV pProxyDev, bool fResetOnLinux) 827 827 { 828 828 PUSBPROXYDEVLNX pDevLnx = USBPROXYDEV_2_DATA(pProxyDev, PUSBPROXYDEVLNX); 829 RT_NOREF(fR ootHubReset);829 RT_NOREF(fResetOnLinux); 830 830 Assert(!pProxyDev->fMaskedIfs); 831 831 LogFlow(("usbProxyLinuxReset: pProxyDev=%s\n", usbProxyGetName(pProxyDev)));
Note:
See TracChangeset
for help on using the changeset viewer.