We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f9441b commit e33b567Copy full SHA for e33b567
drivers/usb/usbhub/pdo.c
@@ -782,6 +782,7 @@ USBHUB_PdoHandlePnp(
782
{
783
DPRINT1("USB_BUS_INTERFACE_USBDI_GUID\n");
784
RtlCopyMemory(Stack->Parameters.QueryInterface.Interface, &UsbChildExtension->DeviceInterface, Stack->Parameters.QueryInterface.Size);
785
+ UsbChildExtension->DeviceInterface.InterfaceReference(UsbChildExtension->DeviceInterface.BusContext);
786
Status = STATUS_SUCCESS;
787
break;
788
}
0 commit comments