Changeset 78998 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB/win/lib/VBoxUsbLib-win.cpp
- Timestamp:
- Jun 5, 2019 2:30:40 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/lib/VBoxUsbLib-win.cpp
r76553 r78998 307 307 pDev->bcdDevice = pConInfo->DeviceDescriptor.bcdDevice; 308 308 pDev->bBus = 0; /** @todo figure out bBus on windows... */ 309 #if 1 /** @todo check up the bPort value before enabling this. */ 309 310 pDev->bPort = iPort; 311 #else 312 pDev->bPort = 0; 313 #endif 310 314 /** @todo check which devices are used for primary input (keyboard & mouse) */ 311 315 if (!lpszDrvKeyName || *lpszDrvKeyName == 0)
Note:
See TracChangeset
for help on using the changeset viewer.