mirror of
https://github.com/reactos/reactos.git
synced 2026-05-25 00:30:10 +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;
|
||||
}
|
||||
|
||||
/* Invalidate device relations since we added a new device */
|
||||
IoInvalidateDeviceRelations(TargetDevice, BusRelations);
|
||||
|
||||
/* Return status */
|
||||
DPRINT1("Device added %lx\n", Status);
|
||||
return Status;
|
||||
|
||||
Reference in New Issue
Block a user