VirtualBox

Ignore:
Timestamp:
Jul 16, 2024 11:47:19 AM (5 months ago)
Author:
vboxsync
Message:

iprt/req.h,*: Adjustments of the RTReqQueue API to fit darwin/arm64 restrictions. bugref:10725

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/USB/VUSBDevice.cpp

    r100517 r105353  
    554554            {
    555555                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);
    558558                RTCritSectLeave(&pDev->pHub->CritSectDevices);
    559559                return RT_SUCCESS(rc);
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