Changeset 94342 in vbox for trunk/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp
- Timestamp:
- Mar 23, 2022 7:53:21 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp
r93115 r94342 587 587 * In the second case, the two paths are guaranteed 588 588 * not to contain the substring "//". 589 * @param pvBackend Backend specific pointer, unused for the linux backend. 590 */ 591 static DECLCALLBACK(int) usbProxyLinuxOpen(PUSBPROXYDEV pProxyDev, const char *pszAddress, void *pvBackend) 589 */ 590 static DECLCALLBACK(int) usbProxyLinuxOpen(PUSBPROXYDEV pProxyDev, const char *pszAddress) 592 591 { 593 592 LogFlow(("usbProxyLinuxOpen: pProxyDev=%p pszAddress=%s\n", pProxyDev, pszAddress)); … … 669 668 670 669 Log(("usbProxyLinuxOpen(%p, %s) failed, rc=%Rrc!\n", pProxyDev, pszAddress, rc)); 671 672 NOREF(pvBackend);673 670 return rc; 674 671 }
Note:
See TracChangeset
for help on using the changeset viewer.