From e7882cd7aebe0696fbe178df1f30257e5729fdda Mon Sep 17 00:00:00 2001 From: Alexey Klimov Date: Thu, 22 Apr 2021 00:41:56 +0100 Subject: [PATCH] platform/x86: gigabyte-wmi: add support for B550M AORUS PRO-P MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- drivers/platform/x86/gigabyte-wmi.c | 4 ++++ 1 file changed, 4 insertions(+) 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 = { -- 2.11.0