dmidecode-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 2/2] dmioem: Update HPE OEM Type 244


From: Jerry Hoemann
Subject: [PATCH 2/2] dmioem: Update HPE OEM Type 244
Date: Fri, 28 Jun 2024 12:31:44 -0600

Update Chip Identifier.

Signed-off-by: Jerry Hoemann <jerry.hoemann@hpe.com>
---
 dmioem.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dmioem.c b/dmioem.c
index 0d26748..07040d5 100644
--- a/dmioem.c
+++ b/dmioem.c
@@ -546,6 +546,7 @@ static void dmi_hp_224_chipid(u16 code)
                "Nationz TPM",
                "STMicroGen10 Plus TPM",
                "STMicroGen11 TPM", /* 0x05 */
+               "STMicroGen12 TPM",
        };
        if ((code & 0xff) < ARRAY_SIZE(chipid))
                str = chipid[code & 0xff];
-- 
2.45.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]