From 6032b46dce1dea705f95ecfdb68656281f0822f7 Mon Sep 17 00:00:00 2001 From: Wei6 Xu Date: Mon, 7 Nov 2022 16:29:39 +0800 Subject: 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 Cc: Nate DeSimone Cc: Ankit Sinha Signed-off-by: Wei6 Xu Reviewed-by: Ankit Sinha Reviewed-by: Michael Kubacki --- PrmPkg/PrmSsdtInstallDxe/Prm.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PrmPkg') diff --git a/PrmPkg/PrmSsdtInstallDxe/Prm.asl b/PrmPkg/PrmSsdtInstallDxe/Prm.asl index e34336b..c4c406e 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 -- cgit v1.1