瀏覽代碼

PrmPkg/PrmSsdtInstallDxe: Update PRMT Device CID to PNP0C02.

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4141

PRMT device is an unknown device in Device Manager if there is no
Windows Driver installed for it. It will cause WHQL Signed Driver
test failure.

To complete WHQL certification, update PRMT Device CID to PNP0C02.

In this way, PRMT Device will be a Motherboard Resources when no
real driver is loaded (default), but will be shown as the actual
device name when a legitimate Windows Driver is loaded.

Cc: Michael Kubacki <michael.kubacki@microsoft.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Ankit Sinha <ankit.sinha@intel.com>
Signed-off-by: Wei6 Xu <wei6.xu@intel.com>
Reviewed-by: Ankit Sinha <ankit.sinha@intel.com>
Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com>
Wei6 Xu 1 年之前
父節點
當前提交
6032b46dce
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      PrmPkg/PrmSsdtInstallDxe/Prm.asl

+ 1 - 1
PrmPkg/PrmSsdtInstallDxe/Prm.asl

@@ -22,7 +22,7 @@ DefinitionBlock (
         Device (PRMT)
         Device (PRMT)
         {
         {
             Name (_HID, "80860223")
             Name (_HID, "80860223")
-            Name (_CID, "80860223")
+            Name (_CID, EisaId ("PNP0C02"))
             Name (_DDN, "PRM Test Device")
             Name (_DDN, "PRM Test Device")
 
 
             //PRM operation region format
             //PRM operation region format