Searched defs:NO_PORT_RESET (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/USB/linux/
H A DUSBProxyDevice-linux.cpp21 /** Define NO_PORT_RESET to skip the slow and broken linux port reset.
23 #define NO_PORT_RESET macro
96 #if defined(NO_PORT_RESET) && !defined(NO_LOGICAL_RECONNECT)
820 #if defined(NO_PORT_RESET) && !defined(NO_LOGICAL_RECONNECT)
1003 #endif /* !NO_PORT_RESET && !NO_LOGICAL_RECONNECT */
1014 #ifdef NO_PORT_RESET
1027 LogFlow(("usbProxyLinuxReset: pProxyDev=%s - NO_PORT_RESET\n", usbProxyGetName(pProxyDev)));
1046 #else /* !NO_PORT_RESET */
1096 #endif /* !NO_PORT_RESET */

Completed in 227 milliseconds