diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2022-09-10 15:44:31 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2022-09-10 15:44:31 +0200 |
commit | 36a24e9032591da8cc7688f69e7e9f5f41ffe4ab (patch) | |
tree | eec9b06cd7f4498ef4db3e2f7973e08904981c48 /lib/ipmi_strings.c | |
parent | dce3efdab4ea7314a3e1db3af2cb0aac3f48dcef (diff) |
New upstream release
Diffstat (limited to 'lib/ipmi_strings.c')
-rw-r--r-- | lib/ipmi_strings.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ipmi_strings.c b/lib/ipmi_strings.c index 94b2abd..ac4b009 100644 --- a/lib/ipmi_strings.c +++ b/lib/ipmi_strings.c @@ -96,6 +96,7 @@ const struct valstr ipmi_oem_info[] = { { IPMI_OEM_IBM_4769, "IBM Corporation" }, { IPMI_OEM_IBM_20301, "IBM eServer X" }, { IPMI_OEM_ADLINK_24339, "ADLINK Technology Inc." }, + { IPMI_OEM_NVIDIA, "NVIDIA Corporation" }, { 0xffff , NULL }, }; |