Frontpage: add entry for AMD Chromebooks (grunt)

Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
Matt DeVillier
2019-06-23 18:16:44 -05:00
parent 783f22ecc3
commit 8f008298cc

View File

@ -775,6 +775,8 @@ GetDeviceNameFromProduct (
StrCatS (*DeviceName, 0x40 / sizeof (CHAR16), L"Lenovo ThinkPad 11e");
} else if (!StrCmp(Product, L"Gnawty")) {
StrCatS (*DeviceName, 0x40 / sizeof (CHAR16), L"Acer Chromebook 11 CB3-111/131");
} else if (!StrCmp(Product, L"Grunt")) {
StrCatS (*DeviceName, 0x40 / sizeof (CHAR16), L"AMD StonyRidge Chromebook");
} else if (!StrCmp(Product, L"Guado")) {
StrCatS (*DeviceName, 0x40 / sizeof (CHAR16), L"Asus Chromebox 2 / CN62");
} else if (!StrCmp(Product, L"Kefka")) {