[DEVMGR] UpdateDevInfo: Enable built-in property pages by default
authorEric Kohl <eric.kohl@reactos.org>
Sat, 10 Apr 2021 13:50:37 +0000 (15:50 +0200)
committerEric Kohl <eric.kohl@reactos.org>
Sat, 10 Apr 2021 13:50:37 +0000 (15:50 +0200)
CORE-17532

dll/win32/devmgr/properties/advprop.cpp

index bfbffff..4cd508c 100644 (file)
@@ -2224,9 +2224,9 @@ GetParentNode:
         DeviceInfoData = &dap->DeviceInfoData;
     }
 
-    dap->HasDriverPage = FALSE;
-    dap->HasResourcePage = FALSE;
-    dap->HasPowerPage = FALSE;
+    dap->HasDriverPage = TRUE;
+    dap->HasResourcePage = TRUE;
+    dap->HasPowerPage = TRUE;
     if (IsDriverInstalled(DeviceInfoData->DevInst,
                           dap->hMachine,
                           &bDrvInstalled) &&