From: Alexey Klimov Date: Wed, 21 Apr 2021 23:41:56 +0000 (+0100) Subject: platform/x86: gigabyte-wmi: add support for B550M AORUS PRO-P X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e7882cd7aebe0696fbe178df1f30257e5729fdda;p=uclinux-h8%2Flinux.git platform/x86: gigabyte-wmi: add support for B550M AORUS PRO-P From: Alexey Klimov Add the B550M AORUS PRO-P motherboard description to gigabyte_wmi_known_working_platforms. Signed-off-by: Alexey Klimov Acked-by: Thomas Weißschuh Link: https://lore.kernel.org/r/20210421234156.3942343-1-aklimov@redhat.com Signed-off-by: Hans de Goede --- diff --git a/drivers/platform/x86/gigabyte-wmi.c b/drivers/platform/x86/gigabyte-wmi.c index e127a2077bbc..13d57434e60f 100644 --- a/drivers/platform/x86/gigabyte-wmi.c +++ b/drivers/platform/x86/gigabyte-wmi.c @@ -140,6 +140,10 @@ static const struct dmi_system_id gigabyte_wmi_known_working_platforms[] = { }}, { .matches = { DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "Gigabyte Technology Co., Ltd."), + DMI_EXACT_MATCH(DMI_BOARD_NAME, "B550M AORUS PRO-P"), + }}, + { .matches = { + DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "Gigabyte Technology Co., Ltd."), DMI_EXACT_MATCH(DMI_BOARD_NAME, "B550M DS3H"), }}, { .matches = {