VirtualBox

Ignore:
Timestamp:
Oct 15, 2014 1:07:46 PM (10 years ago)
Author:
vboxsync
Message:

Fix typo introduced with r96513 which causes USB 2.0 devices being attached to the OHCI root hub

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r53062 r53066  
    84328432    int vrc = PDMR3UsbCreateProxyDevice(pUVM, aUuid, aRemote, aAddress, pvRemoteBackend,
    84338433                                        aPortVersion == 3 ? VUSB_STDVER_30 :
    8434                                         aPortVersion == 2 ? VUSB_STDVER_11 : VUSB_STDVER_20,
     8434                                        aPortVersion == 2 ? VUSB_STDVER_20 : VUSB_STDVER_11,
    84358435                                        aMaskedIfs, pszCaptureFilename);
    84368436    LogFlowFunc(("vrc=%Rrc\n", vrc));
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