VirtualBox

Ignore:
Timestamp:
Mar 16, 2009 1:59:35 PM (16 years ago)
Author:
vboxsync
Message:

Enable the OHCI and EHCI controller by default for new VMs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r17911 r17934  
    522522                CheckComRCReturnRC(rc);
    523523                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
    524530            }
    525531
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette