Changeset 17934 in vbox for trunk/src/VBox/Main/MachineImpl.cpp
- Timestamp:
- Mar 16, 2009 1:59:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r17911 r17934 522 522 CheckComRCReturnRC(rc); 523 523 ctl->COMSETTER(ControllerType)(StorageControllerType_PIIX4); 524 525 #ifdef VBOX_WITH_USB 526 /* Enable the OHCI and EHCI controller by default for new VMs. (new in 2.2) */ 527 mUSBController->COMSETTER(Enabled)(TRUE); 528 mUSBController->COMSETTER(EnabledEhci)(TRUE); 529 #endif 524 530 } 525 531
Note:
See TracChangeset
for help on using the changeset viewer.