VirtualBox

Changeset 50721 in vbox for trunk/src/VBox/Main/xml


Ignore:
Timestamp:
Mar 6, 2014 9:40:39 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
92687
Message:

Updated USB configuration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r50196 r50721  
    30853085                        else if (strCtrlType == "EHCI")
    30863086                            ctrl.enmType = USBControllerType_EHCI;
     3087                        else if (strCtrlType == "XHCI")
     3088                            ctrl.enmType = USBControllerType_XHCI;
    30873089                        else
    30883090                            throw ConfigFileError(this, pelmCtrl, N_("Invalid value '%s' for Controller/@type attribute"), strCtrlType.c_str());
     
    43914393                    strType = "EHCI";
    43924394                    break;
     4395                case USBControllerType_XHCI:
     4396                    strType = "XHCI";
     4397                    break;
    43934398                default:
    43944399                    AssertMsgFailed(("Unknown USB controller type %d\n", ctrl.enmType));
Note: See TracChangeset for help on using the changeset viewer.

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