You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check and register the PipeHandles obtained in URB_FUNCTION_OPEN_STATIC_STREAMS. Remove the stream related PipeHandles on URB_FUNCTION_CLOSE_STATIC_STREAMS.
Currently the transfers through Static Streams should be captured as device 0xFFFF and endpoint 0xFF (as USBPcapRetrieveEndpointInfo() will fail to get the endpoint info as it was not registered).
Did anyone observe such strange device/endpoint combination in their traces? What devices use the Static Streams? Are any of these devices easily available?
The text was updated successfully, but these errors were encountered:
Check and register the PipeHandles obtained in URB_FUNCTION_OPEN_STATIC_STREAMS. Remove the stream related PipeHandles on URB_FUNCTION_CLOSE_STATIC_STREAMS.
Currently the transfers through Static Streams should be captured as device 0xFFFF and endpoint 0xFF (as USBPcapRetrieveEndpointInfo() will fail to get the endpoint info as it was not registered).
Did anyone observe such strange device/endpoint combination in their traces? What devices use the Static Streams? Are any of these devices easily available?
The text was updated successfully, but these errors were encountered: