Ported UsbSelectInterface

This commit is contained in:
Benjamin Höglinger-Stelzer
2020-05-11 12:37:40 +02:00
parent 670e1f2183
commit 1f7bcff6dc
5 changed files with 165 additions and 68 deletions

View File

@@ -871,6 +871,13 @@ NTSTATUS ViGEm::Bus::Targets::EmulationTargetDS4::UsbGetDescriptorFromInterface(
return status;
}
NTSTATUS ViGEm::Bus::Targets::EmulationTargetDS4::UsbSelectInterface(PURB Urb)
{
UNREFERENCED_PARAMETER(Urb);
return STATUS_NOT_IMPLEMENTED;
}
VOID ViGEm::Bus::Targets::EmulationTargetDS4::PendingUsbRequestsTimerFunc(
_In_ WDFTIMER Timer
)