es3sec: re-add some logging

This commit is contained in:
Hay1tsme 2023-03-27 04:05:45 -04:00
parent e6d064ce06
commit c1b19ceadd
1 changed files with 1 additions and 0 deletions

View File

@ -304,6 +304,7 @@ static HRESULT es3sec_hub_connection_info_ex(struct irp *irp)
HRESULT hr;
PUSB_NODE_CONNECTION_INFORMATION_EX conn_info = (PUSB_NODE_CONNECTION_INFORMATION_EX) malloc(irp->write.nbytes);
hr = iobuf_read(&irp->write, conn_info, irp->write.nbytes);
dprintf("ES3 Dongle: Get Hub connection Info EX\n");
if (FAILED(hr)) {
dprintf("ES3 Dongle: es3sec_hub_connection_info_ex Failed to read IRP %lx\n", hr);