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:
8a041af
)
platform/x86: gigabyte-wmi: Add support for B450M DS3H-CF
author
August Wikerfors
<git@augustwikerfors.se>
Wed, 8 Jun 2022 21:20:28 +0000
(23:20 +0200)
committer
Hans de Goede
<hdegoede@redhat.com>
Fri, 10 Jun 2022 20:01:06 +0000
(22:01 +0200)
Tested and works on my system.
Signed-off-by: August Wikerfors <git@augustwikerfors.se>
Link:
https://lore.kernel.org/r/20220608212028.28307-1-git@augustwikerfors.se
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 f52f9a52557b5863b0c763dc3ec94518cb7886b1..497ad2f64a51c0400e9062c0acf1f08464b546a4 100644
(file)
--- a/
drivers/platform/x86/gigabyte-wmi.c
+++ b/
drivers/platform/x86/gigabyte-wmi.c
@@
-140,6
+140,7
@@
static u8 gigabyte_wmi_detect_sensor_usability(struct wmi_device *wdev)
}}
static const struct dmi_system_id gigabyte_wmi_known_working_platforms[] = {
+ DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B450M DS3H-CF"),
DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B450M S2H V2"),
DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550 AORUS ELITE AX V2"),
DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550 AORUS ELITE"),