[usbip-devel] soft device enumeration using windows USBIP driver
Status: Alpha
Brought to you by:
hirofuchi
From: B.Vinai K. <vin...@gm...> - 2013-03-15 00:48:42
|
Hello, I have downloaded the USBIP windows sources from SVN trunk and extended the USBIP windows application "usbip.exe" to enumerate it as a soft device using the USBIP bus enumerator driver(no modifications in bus driver). Tried the following device enumeration by filling the appropriate descriptors, 1) HID soft device 2) USB Audio soft device When I make it composite device, I'm seeing the crash on(Blue screen) windows 7 PC. minidump is pointing to this line of code, file: busenum.c function: proc_select_config() if(NULL==pdodata->dev_config){ KdPrint(("Warning, select config when have no get config\n")); return STATUS_INVALID_DEVICE_REQUEST; } |