VirtualBox

Changeset 5561 in vbox


Ignore:
Timestamp:
Oct 30, 2007 5:26:28 PM (17 years ago)
Author:
vboxsync
Message:

pass down the version of the usb device (still gotta find the version of the physical port).

File:
1 edited

Legend:

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

    r5539 r5561  
    48824882
    48834883    USHORT portVersion = 1;
    4884 #if 0 /* can't test this now */
    48854884    HRESULT hrc = aHostDevice->COMGETTER(PortVersion)(&portVersion);
    48864885    AssertComRCReturn(hrc, VERR_GENERAL_FAILURE);
    48874886    Assert(portVersion == 1 || portVersion == 2);
    4888 #endif
    48894887
    48904888    int vrc = PDMR3USBCreateProxyDevice (that->mpVM, aUuid, aRemote, aAddress, pvRemoteBackend,
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