Tags: vhuarui/usbip-win
Tags
vhci, let a webcam with IAD be detected as COMPOSITE A device with IAD(such as MS LifeCam) can be detected correctly by replying USB/COMPOSITE as a compatible ID. But it's still not working.(Camera app generates an error.) Code beautify progressed - "SerialNo" and "addr" are integrated into "port" - Introduce wudev(windows specific structure for usbip userspace udev)
vhci, fix urb selection error Old vhci does not seem to handle a sort of USB camera. When MS lifecam studio had been tested, usb configuration selection failed. This was due to that the number of interface information in _URB_SELECT_CONFIGURATION does not match with the number in configuration descriptor.