mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
[HAL]
- Invalidate device relations so the child devices get enumerated svn path=/trunk/; revision=53251
This commit is contained in:
parent
3efa379202
commit
f23e722950
1 changed files with 3 additions and 0 deletions
|
@ -137,6 +137,9 @@ HalpAddDevice(IN PDRIVER_OBJECT DriverObject,
|
|||
FdoExtension->ChildPdoList = PdoExtension;
|
||||
}
|
||||
|
||||
/* Invalidate device relations since we added a new device */
|
||||
IoInvalidateDeviceRelations(TargetDevice, BusRelations);
|
||||
|
||||
/* Return status */
|
||||
DPRINT1("Device added %lx\n", Status);
|
||||
return Status;
|
||||
|
|
Loading…
Reference in a new issue