Closed versaloon closed 3 years ago
@versaloon : Which version did you test ?
@versaloon : Which version did you test ?
0.2.0, I will later test the latest version
It seems that the order of requests has always been the same. In addition, the winusb request will not be initiated...
@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).
@cezanne OK, I will try the latest version.
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):
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.