mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 17:00:51 +08:00
[HAL]
- Invalidate device relations so the child devices get enumerated svn path=/trunk/; revision=53251
This commit is contained in:
@@ -137,6 +137,9 @@ HalpAddDevice(IN PDRIVER_OBJECT DriverObject,
|
|||||||
FdoExtension->ChildPdoList = PdoExtension;
|
FdoExtension->ChildPdoList = PdoExtension;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Invalidate device relations since we added a new device */
|
||||||
|
IoInvalidateDeviceRelations(TargetDevice, BusRelations);
|
||||||
|
|
||||||
/* Return status */
|
/* Return status */
|
||||||
DPRINT1("Device added %lx\n", Status);
|
DPRINT1("Device added %lx\n", Status);
|
||||||
return Status;
|
return Status;
|
||||||
|
|||||||
Reference in New Issue
Block a user