[DEVMGR] UpdateDevInfo: Enable built-in property pages by default

CORE-17532
This commit is contained in:
Eric Kohl 2021-04-10 15:50:37 +02:00
parent aea948a79e
commit ab0bbeb126

View file

@ -2224,9 +2224,9 @@ GetParentNode:
DeviceInfoData = &dap->DeviceInfoData; DeviceInfoData = &dap->DeviceInfoData;
} }
dap->HasDriverPage = FALSE; dap->HasDriverPage = TRUE;
dap->HasResourcePage = FALSE; dap->HasResourcePage = TRUE;
dap->HasPowerPage = FALSE; dap->HasPowerPage = TRUE;
if (IsDriverInstalled(DeviceInfoData->DevInst, if (IsDriverInstalled(DeviceInfoData->DevInst,
dap->hMachine, dap->hMachine,
&bDrvInstalled) && &bDrvInstalled) &&