Changeset 70289 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB/win/dev
- Timestamp:
- Dec 21, 2017 4:15:31 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbRt.cpp
r69500 r70289 493 493 && pSl->Parameters.DeviceIoControl.OutputBufferLength == sizeof(*pDev)) 494 494 { 495 /* Even if we don't return it, we need to query the HS flag for later use. */ 495 496 Status = VBoxUsbToolGetDeviceSpeed(pDevExt->pLowerDO, &pDevExt->Rt.fIsHighSpeed); 496 497 if (NT_SUCCESS(Status)) 497 498 { 498 499 pDev->hDevice = pDevExt->Rt.hMonDev; 499 pDev->fAttached = true;500 pDev->fHiSpeed = pDevExt->Rt.fIsHighSpeed;501 500 cbOut = sizeof (*pDev); 502 501 }
Note:
See TracChangeset
for help on using the changeset viewer.