diff --git a/drivers/usb/usbhub_new/fdo.c b/drivers/usb/usbhub_new/fdo.c index 0b309ce60c1..31c91efdd19 100644 --- a/drivers/usb/usbhub_new/fdo.c +++ b/drivers/usb/usbhub_new/fdo.c @@ -1446,6 +1446,11 @@ RootHubInitCallbackFunction( DPRINT1("RootHubInitCallbackFunction Sending the initial SCE Request %x\n", DeviceObject); + // + // Send the first SCE Request + // + QueryStatusChangeEndpoint(DeviceObject); + for (PortId = 1; PortId <= HubDeviceExtension->HubDescriptor.bNumberOfPorts; PortId++) { // @@ -1468,11 +1473,6 @@ RootHubInitCallbackFunction( } } } - - // - // Send the first SCE Request - // - QueryStatusChangeEndpoint(DeviceObject); } NTSTATUS