mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 17:31:23 +08:00
** WIP ** Test disabling this spurious direct VideoPortEnumerateChildren() call
This was added in commit 2538583dbe
CORE-17979
This commit is contained in:
@@ -419,9 +419,10 @@ DPRINT1("%s: <-- HwInitialize() returned SUCCESS\n", __FUNCTION__);
|
||||
Status = STATUS_SUCCESS;
|
||||
InterlockedIncrement((PLONG)&DeviceExtension->DeviceOpened);
|
||||
|
||||
/* Query children, now that device is opened */
|
||||
DPRINT1("%s: VideoPortEnumerateChildren()\n"); // TODO: I'm not sure this is the correct thing to do!
|
||||
VideoPortEnumerateChildren(DeviceExtension->MiniPortDeviceExtension, NULL);
|
||||
// /* Query children, now that device is opened */
|
||||
//DPRINT1("%s: VideoPortEnumerateChildren()\n"); // TODO: I'm not sure this is the correct thing to do!
|
||||
// VideoPortEnumerateChildren(DeviceExtension->MiniPortDeviceExtension, NULL);
|
||||
DPRINT1("%s: Do **NOT** call VideoPortEnumerateChildren() !!\n");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user