- Timestamp:
- Aug 17, 2018 6:12:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r73743 r73744 15481 15481 if (!usbDeviceFilters.isNull() && recommendedUSB3 && usbProxyAvailable) 15482 15482 { 15483 #ifdef VBOX_WITH_EXTPACK 15483 15484 /* USB 3.0 is only available if the proper ExtPack is installed. */ 15484 15485 ExtPackManager *aManager = mParent->i_getExtPackManager(); … … 15491 15492 ohciEnabled = true; 15492 15493 } 15494 #endif 15493 15495 } 15494 15496 if ( !ohciEnabled … … 15499 15501 ohciEnabled = true; 15500 15502 15503 #ifdef VBOX_WITH_EXTPACK 15501 15504 /* USB 2.0 is only available if the proper ExtPack is installed. 15502 15505 * Note. Configuring EHCI here and providing messages about … … 15510 15513 if (FAILED(rc)) return rc; 15511 15514 } 15515 #endif 15512 15516 } 15513 15517
Note:
See TracChangeset
for help on using the changeset viewer.