VirtualBox

Ignore:
Timestamp:
Jun 5, 2019 2:30:40 PM (6 years ago)
Author:
vboxsync
Message:

HostDrivers/VBOxUSB/win: Short term workaround for @bugref{9479} which needs to beactivated by a special registry setting, will get removed as soon as a proper fix is found

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxUSB/win/lib/VBoxUsbLib-win.cpp

    r76553 r78998  
    307307    pDev->bcdDevice = pConInfo->DeviceDescriptor.bcdDevice;
    308308    pDev->bBus = 0; /** @todo figure out bBus on windows... */
     309#if 1 /** @todo check up the bPort value before enabling this. */
    309310    pDev->bPort = iPort;
     311#else
     312    pDev->bPort = 0;
     313#endif
    310314    /** @todo check which devices are used for primary input (keyboard & mouse) */
    311315    if (!lpszDrvKeyName || *lpszDrvKeyName == 0)
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