projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5bc015
)
platform/x86: gigabyte-wmi: add support for X570 GAMING X
author
Thomas Weißschuh
<linux@weissschuh.net>
Tue, 17 Aug 2021 15:46:28 +0000
(17:46 +0200)
committer
Hans de Goede
<hdegoede@redhat.com>
Wed, 18 Aug 2021 07:41:14 +0000
(09:41 +0200)
Reported as working here:
https://github.com/t-8ch/linux-gigabyte-wmi-driver/issues/1#issuecomment-
900263115
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Link:
https://lore.kernel.org/r/20210817154628.84992-1-linux@weissschuh.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
fbb224a
..
9e8cfac
100644
(file)
--- a/
drivers/platform/x86/gigabyte-wmi.c
+++ b/
drivers/platform/x86/gigabyte-wmi.c
@@
-147,6
+147,7
@@
static const struct dmi_system_id gigabyte_wmi_known_working_platforms[] = {
DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550M DS3H"),
DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("Z390 I AORUS PRO WIFI-CF"),
DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("X570 AORUS ELITE"),
+ 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"),
{ }