projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
441d901
)
platform/x86: gigabyte-wmi: add support for X570S AORUS ELITE
author
Hans de Goede
<hdegoede@redhat.com>
Fri, 31 Mar 2023 17:31:48 +0000
(19:31 +0200)
committer
Hans de Goede
<hdegoede@redhat.com>
Fri, 31 Mar 2023 17:31:48 +0000
(19:31 +0200)
Add "X570S AORUS ELITE" to known working boards
Reported-by: Brandon Nielsen <nielsenb@jetfuse.net>
Link:
https://lore.kernel.org/r/20230331014902.7864-1-nielsenb@jetfuse.net
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/gigabyte-wmi.c
patch
|
blob
|
history
diff --git
a/drivers/platform/x86/gigabyte-wmi.c
b/drivers/platform/x86/gigabyte-wmi.c
index
5e5b17c
..
2a42604
100644
(file)
--- a/
drivers/platform/x86/gigabyte-wmi.c
+++ b/
drivers/platform/x86/gigabyte-wmi.c
@@
-161,6
+161,7
@@
static const struct dmi_system_id gigabyte_wmi_known_working_platforms[] = {
DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("X570 GAMING X"),
DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("X570 I AORUS PRO WIFI"),
DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("X570 UD"),
+ DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("X570S AORUS ELITE"),
DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("Z690M AORUS ELITE AX DDR4"),
{ }
};