summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Hoemann <jerry.hoemann@hpe.com>2023-04-07 17:53:05 +0200
committerJean Delvare <jdelvare@suse.de>2023-04-07 17:53:05 +0200
commita8b797d2637812dfc7091476eed57e548c3fb78a (patch)
tree57de3b8dac822f21d5b3b1c3463e67e8d10be431
parentc525e02f2bf8d1c56d68656d08b2f76be34f4c27 (diff)
downloaddmidecode-git-a8b797d2637812dfc7091476eed57e548c3fb78a.tar.gz
dmioem: Update HPE OEM Record 216
New firmware type. (Also remove non-ASCII character in string literal.) Signed-off-by: Jerry Hoemann <jerry.hoemann@hpe.com> Signed-off-by: Jean Delvare <jdelvare@suse.de>
-rw-r--r--dmioem.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dmioem.c b/dmioem.c
index cc021f9..1ce26b9 100644
--- a/dmioem.c
+++ b/dmioem.c
@@ -368,8 +368,9 @@ static void dmi_hp_216_fw_type(u16 code)
"Secondary System Programmable Logic Device",
"CPU MEZZ Programmable Logic Device", /* 0x37 */
"Intel Artic Sound -M Accelerator Models Firmware",
- "Ampere System Control Processor (SCP – PMPro+SMPro)",
+ "Ampere System Control Processor (SCP - PMPro+SMPro)",
"Intel CFR information", /* 0x3A */
+ "OCP cards",
};
if (code < ARRAY_SIZE(type))