Closed ivanjx closed 2 years ago
This also might be related to #97
This is unfortunately "by design" and not fixable by USBPcap. These virtual USB emulation drivers don't emulate a host controller and a hub, they're basically bare-minimal bus drivers that just expose PDOs with USB device interfaces and handle URBs. Without a proper hub device object, USBPcap can not enumerate and load onto them, hence not being available for capture.
im closing this as this is not the issue with usbpcap
im closing this as this is not the issue with usbpcap
Same case with #97 👌
Hi,
I have devices that are shared via network (with usb redirector technician edition). It works well with my programs with said device just like it is directly connected to my pc. But unfortunately usbpcap does not list it. Here are what it says:
and with
-I
:Here is my device:
Any help is appreciated. Thanks.