oem: Add product ID for YADRO VEGMAN

Signed-off-by: Alexander Amelkin <alexander@amelkin.msk.ru>
This commit is contained in:
Alexander Amelkin 2020-07-23 13:39:35 +03:00
parent b302d8202c
commit aee377bead
No known key found for this signature in database
GPG Key ID: E893587B5B74178D

View File

@ -929,6 +929,7 @@ const struct oemvalstr ipmi_oem_product_info[] = {
/* YADRO */ /* YADRO */
{ IPMI_OEM_YADRO, 0x0001, "VESNIN BMC" }, { IPMI_OEM_YADRO, 0x0001, "VESNIN BMC" },
{ IPMI_OEM_YADRO, 0x000A, "TATLIN Storage Controller BMC" }, { IPMI_OEM_YADRO, 0x000A, "TATLIN Storage Controller BMC" },
{ IPMI_OEM_YADRO, 0x0014, "VEGMAN BMC" },
{ 0xffffff , 0xffff , NULL }, { 0xffffff , 0xffff , NULL },
}; };