From c19dfca8978fa77150e0e9a48f3243c20f85161a Mon Sep 17 00:00:00 2001 From: Nikita Travkin Date: Wed, 28 Aug 2024 19:15:23 +0500 Subject: [PATCH] devices: lenovo_miix630: Add extra hwids The generation script was incorrectly accounting for hwids dumps with missing fields. Add missed uuids after the script was fixed. --- src/devices/lenovo_miix630.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/devices/lenovo_miix630.c b/src/devices/lenovo_miix630.c index b86f790..98824b0 100644 --- a/src/devices/lenovo_miix630.c +++ b/src/devices/lenovo_miix630.c @@ -4,6 +4,7 @@ #include static EFI_GUID lenovo_miix_630_hwids[] = { + { 0x16a55446, 0xeba9, 0x5f97, { 0x80, 0xe3, 0x5e, 0x39, 0xd8, 0x20, 0x9b, 0xc3 } }, { 0xc4c9a6be, 0x5383, 0x5de7, { 0xaf, 0x35, 0xc2, 0xde, 0x50, 0x5e, 0xde, 0xc8 } }, { 0x14f581d2, 0xd059, 0x5cb2, { 0x9f, 0x8b, 0x56, 0xd8, 0xbe, 0x79, 0x32, 0xc9 } }, { 0xa51054fb, 0x5eef, 0x594a, { 0xa5, 0xa0, 0xcd, 0x87, 0x63, 0x2d, 0x0a, 0xea } }, @@ -17,6 +18,7 @@ static EFI_GUID lenovo_miix_630_hwids[] = { { 0x6de5d951, 0xd755, 0x576b, { 0xbd, 0x09, 0xc5, 0xcf, 0x66, 0xb2, 0x72, 0x34 } }, { 0x34df58d6, 0xb605, 0x50aa, { 0x93, 0x13, 0x9b, 0x34, 0xf5, 0xc4, 0xb6, 0xfc } }, { 0xe0a96696, 0xf0a6, 0x5466, { 0xa6, 0xdb, 0x20, 0x7f, 0xbe, 0x8b, 0xae, 0x3c } }, + { 0x99431f53, 0x09a1, 0x5869, { 0xbe, 0x79, 0x65, 0xe2, 0xfa, 0x3f, 0x34, 0x1d } }, { } };