Skip to content

Commit

Permalink
devices: lenovo_miix630: Add extra hwids
Browse files Browse the repository at this point in the history
The generation script was incorrectly accounting for hwids dumps with
missing fields. Add missed uuids after the script was fixed.
  • Loading branch information
TravMurav committed Aug 28, 2024
1 parent 077fafa commit c19dfca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/devices/lenovo_miix630.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <device.h>

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 } },
Expand All @@ -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 } },
{ }
};

Expand Down

0 comments on commit c19dfca

Please sign in to comment.