USB root hub is not really a child of the USB Controller, so don't give it a device...
[reactos.git] / reactos / drivers / usb / miniport / common / pdo.c
index 3df4a0b..10e3beb 100644 (file)
@@ -170,7 +170,7 @@ UsbMpPdoQueryId(
                case BusQueryInstanceID:
                {
                        DPRINT("USBMP: IRP_MJ_PNP / IRP_MN_QUERY_ID / BusQueryInstanceID\n");
-                       RtlInitUnicodeString(&SourceString, L"0000"); /* FIXME */
+                       RtlInitUnicodeString(&SourceString, L"");
                        break;
                }
                default: