cezanne / usbip-win

USB/IP for Windows
GNU General Public License v3.0
1.99k stars 350 forks source link

Does usbip-win support winusb and webusb? #169

Closed versaloon closed 3 years ago

versaloon commented 4 years ago

I tested usbip with a winusb+webusb device, but failed. And I recoreded all the transactions on the server side(server side is a PC software enumlating a USB device, client side is usbip-win): usbip_dfu_list usbip_dfu_import

In the image, usbip_server: send indicates the data sent to the usbip-win32. While usbip_server: recv indicates the data received from the usbip-win32.

I found that after IMPORT, the first URB is quite strange, normally, it should be a ReadDeviceDescriptor, but in the image, it's ReadConfigurationDescriptor.

cezanne commented 4 years ago

@versaloon : Which version did you test ?

versaloon commented 4 years ago

@versaloon : Which version did you test ?

0.2.0, I will later test the latest version

windowsair commented 4 years ago

It seems that the order of requests has always been the same. In addition, the winusb request will not be initiated...

cezanne commented 3 years ago

@versaloon : Could you describe a your problem in more detail? I have confirmed that an attached device is queried by a simple WinUSB application using both vhci versions(ude or wdm).

versaloon commented 3 years ago

@cezanne OK, I will try the latest version.