VirtualBox

Changeset 31946 in vbox for trunk


Ignore:
Timestamp:
Aug 25, 2010 8:10:10 AM (14 years ago)
Author:
vboxsync
Message:

FE/Qt: hide the USB 2.0 setting if the EHCI controller is not available

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk

    r31533 r31946  
    128128        $(if $(VBOX_WITH_E1000),VBOX_WITH_E1000) \
    129129        $(if $(VBOX_WITH_NETFLT)$(eq $(KBUILD_TARGET),freebsd),VBOX_WITH_NETFLT) \
    130         $(if $(VBOX_WITH_VDE),VBOX_WITH_VDE)
     130        $(if $(VBOX_WITH_VDE),VBOX_WITH_VDE) \
     131        $(if $(VBOX_WITH_EHCI),VBOX_WITH_EHCI)
    131132ifdef VBOX_WITH_DEBUGGER_GUI
    132133 VirtualBox_DEFS        += VBOX_WITH_DEBUGGER_GUI
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsUSB.cpp

    r30192 r31946  
    131131    /* Applying language settings */
    132132    retranslateUi();
     133
     134#ifndef VBOX_WITH_EHCI
     135    mCbUSB2->setHidden(true);
     136#endif
    133137}
    134138
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