diff options
author | Wei6 Xu <wei6.xu@intel.com> | 2022-11-07 16:29:39 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-11-08 16:08:26 +0000 |
commit | 6032b46dce1dea705f95ecfdb68656281f0822f7 (patch) | |
tree | 16af17a40f08f1db92a015f7d5323d20434cda9c /PrmPkg | |
parent | 6c1a4a376e97800c555dab9ca9d9651a5676d231 (diff) | |
download | edk2-6032b46dce1dea705f95ecfdb68656281f0822f7.tar.gz edk2-6032b46dce1dea705f95ecfdb68656281f0822f7.tar.bz2 edk2-6032b46dce1dea705f95ecfdb68656281f0822f7.zip |
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>
Diffstat (limited to 'PrmPkg')
-rw-r--r-- | PrmPkg/PrmSsdtInstallDxe/Prm.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PrmPkg/PrmSsdtInstallDxe/Prm.asl b/PrmPkg/PrmSsdtInstallDxe/Prm.asl index e34336b4ee..c4c406e93e 100644 --- a/PrmPkg/PrmSsdtInstallDxe/Prm.asl +++ b/PrmPkg/PrmSsdtInstallDxe/Prm.asl @@ -22,7 +22,7 @@ DefinitionBlock ( Device (PRMT)
{
Name (_HID, "80860223")
- Name (_CID, "80860223")
+ Name (_CID, EisaId ("PNP0C02"))
Name (_DDN, "PRM Test Device")
//PRM operation region format
|