Implemented UsbControlTransfer

This commit is contained in:
Benjamin Höglinger-Stelzer
2020-05-11 14:09:32 +02:00
parent 14ee423fc1
commit 0e278ebe21
6 changed files with 76 additions and 36 deletions

View File

@@ -70,6 +70,8 @@ namespace ViGEm::Bus::Core
virtual NTSTATUS UsbBulkOrInterruptTransfer(struct _URB_BULK_OR_INTERRUPT_TRANSFER* pTransfer, WDFREQUEST Request) = 0;
virtual NTSTATUS UsbControlTransfer(PURB Urb) = 0;
protected:
static const ULONG _maxHardwareIdLength = 0xFF;