Changeset 105353 in vbox for trunk/src/VBox/Devices/USB/VUSBDevice.cpp
- Timestamp:
- Jul 16, 2024 11:47:19 AM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/VUSBDevice.cpp
r100517 r105353 554 554 { 555 555 RTCritSectEnter(&pDev->pHub->CritSectDevices); 556 int rc = vusbDevIoThreadExecSync(pDev, (PFNRT)pDev->pUsbIns->pReg->pfnUsbClearHaltedEndpoint, 557 2,pDev->pUsbIns, pSetup->wIndex);556 int rc = vusbDevIoThreadExecSync(pDev, (PFNRT)pDev->pUsbIns->pReg->pfnUsbClearHaltedEndpoint, 2, 557 pDev->pUsbIns, pSetup->wIndex); 558 558 RTCritSectLeave(&pDev->pHub->CritSectDevices); 559 559 return RT_SUCCESS(rc);
Note:
See TracChangeset
for help on using the changeset viewer.