All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] platform/x86: gigabyte-wmi: add support for B450M DS3H-CF
@ 2022-06-08 21:20 August Wikerfors
  2022-06-10 20:07 ` Hans de Goede
  0 siblings, 1 reply; 2+ messages in thread
From: August Wikerfors @ 2022-06-08 21:20 UTC (permalink / raw)
  To: Thomas Weißschuh, Hans de Goede, Mark Gross
  Cc: platform-driver-x86, linux-kernel, August Wikerfors

Tested and works on my system.

Signed-off-by: August Wikerfors <git@augustwikerfors.se>
---
 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 1ef606e3ef80..12dbaef518e8 100644
--- 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"),
-- 
2.36.1


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

end of thread, other threads:[~2022-06-10 20:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08 21:20 [PATCH] platform/x86: gigabyte-wmi: add support for B450M DS3H-CF August Wikerfors
2022-06-10 20:07 ` 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.