VirtualBox

Ignore:
Timestamp:
Apr 22, 2008 7:03:17 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
30065
Message:

Set Force11Device on a per device level so that we don't make any unnecessary modifications for full or low speed devices with bcdUSB=2.0.

File:
1 edited

Legend:

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

    r8241 r8308  
    15401540            {
    15411541                /*
    1542                  * Enable the 2.0 -> 1.1 device morphing of proxied devies to keep windows quiet.
     1542                 * Global USB options, currently unused as we'll apply the 2.0 -> 1.1 morphing
     1543                 * on a per device level now.
    15431544                 */
    15441545                rc = CFGMR3InsertNode(pRoot, "USB", &pCfg);                                RC_CHECK();
    15451546                rc = CFGMR3InsertNode(pCfg, "USBProxy", &pCfg);                            RC_CHECK();
    15461547                rc = CFGMR3InsertNode(pCfg, "GlobalConfig", &pCfg);                        RC_CHECK();
    1547                 rc = CFGMR3InsertInteger(pCfg, "Force11Device", true);                     RC_CHECK();
     1548                // This globally enables the 2.0 -> 1.1 device morphing of proxied devies to keep windows quiet.
     1549                //rc = CFGMR3InsertInteger(pCfg, "Force11Device", true);                     RC_CHECK();
    15481550                // The following breaks stuff, but it makes MSDs work in vista. (I include it here so
    15491551                // that it's documented somewhere.) Users needing it can use:
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