From fe8f2bf4b1134fc5a5eb1eee3602b73b7d33b5f7 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 29 Oct 2018 14:20:45 -0600 Subject: [PATCH] Add galp3 --- system76.c | 1 + 1 file changed, 1 insertion(+) diff --git a/system76.c b/system76.c index 4b45544..e335e06 100644 --- a/system76.c +++ b/system76.c @@ -272,6 +272,7 @@ static int __init s76_dmi_matched(const struct dmi_system_id *id) { static struct dmi_system_id s76_dmi_table[] __initdata = { DMI_TABLE_LEGACY("bonw13"), DMI_TABLE_LEGACY("galp2"), + DMI_TABLE_LEGACY("galp3"), DMI_TABLE_LEGACY("serw11"), DMI_TABLE("galp3-b"), DMI_TABLE("gaze13"),