** WIP ** Test disabling this spurious direct VideoPortEnumerateChildren() call

This was added in commit 2538583dbe

CORE-17979
This commit is contained in:
Hermès Bélusca-Maïto
2026-01-29 20:37:58 +01:00
parent 640f4d7d9f
commit 4e78492fb0

View File

@@ -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
{