All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] platform/x86: gigabyte-wmi: add support for B550I Aorus Pro AX
@ 2021-09-21 10:07 Tobias Jakobi
  2021-09-21 11:52 ` Thomas Weißschuh
  2021-09-21 13:16 ` Hans de Goede
  0 siblings, 2 replies; 3+ messages in thread
From: Tobias Jakobi @ 2021-09-21 10:07 UTC (permalink / raw)
  To: thomas; +Cc: hdegoede, platform-driver-x86, Tobias Jakobi

- tested with a AMD Ryzen 7 5800X

Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
---
 drivers/platform/x86/gigabyte-wmi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/platform/x86/gigabyte-wmi.c b/drivers/platform/x86/gigabyte-wmi.c
index 7f3a03f937f6..d53634c8a6e0 100644
--- a/drivers/platform/x86/gigabyte-wmi.c
+++ b/drivers/platform/x86/gigabyte-wmi.c
@@ -144,6 +144,7 @@ static const struct dmi_system_id gigabyte_wmi_known_working_platforms[] = {
 	DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550 AORUS ELITE"),
 	DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550 AORUS ELITE V2"),
 	DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550 GAMING X V2"),
+	DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550I AORUS PRO AX"),
 	DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550M AORUS PRO-P"),
 	DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550M DS3H"),
 	DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("Z390 I AORUS PRO WIFI-CF"),
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-09-21 13:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-21 10:07 [PATCH] platform/x86: gigabyte-wmi: add support for B550I Aorus Pro AX Tobias Jakobi
2021-09-21 11:52 ` Thomas Weißschuh
2021-09-21 13:16 ` Hans de Goede

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.