Added trace of return value of WdfIoQueueRetrieveNextRequest (XUSB)

This commit is contained in:
Benjamin Höglinger-Stelzer
2019-04-01 00:32:52 +02:00
parent 1fdab3e8f9
commit d826f4ee5e
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored
View File

@@ -36,3 +36,4 @@
/lib/Debug (dynamic)/*.log
/sys/RCa25584
Releases
/sys/RCa19160

View File

@@ -728,6 +728,13 @@ NTSTATUS UsbPdo_BulkOrInterruptTransfer(PURB urb, WDFDEVICE Device, WDFREQUEST R
status);
}
}
else
{
TraceEvents(TRACE_LEVEL_WARNING,
TRACE_USBPDO,
"!! [XUSB] WdfIoQueueRetrieveNextRequest failed with status %!STATUS!",
status);
}
break;
}