Skip to content

Commit 1e35b8a

Browse files
t-8chjwrdegoede
authored andcommitted
platform/x86: gigabyte-wmi: add support for B450M S2H V2
Reported as working here: t-8ch/linux-gigabyte-wmi-driver#1 (comment) Signed-off-by: Thomas Weißschuh <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Hans de Goede <[email protected]>
1 parent b9570f5 commit 1e35b8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/platform/x86/gigabyte-wmi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ static u8 gigabyte_wmi_detect_sensor_usability(struct wmi_device *wdev)
140140
}}
141141

142142
static const struct dmi_system_id gigabyte_wmi_known_working_platforms[] = {
143+
DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B450M S2H V2"),
143144
DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550 AORUS ELITE"),
144145
DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550 AORUS ELITE V2"),
145146
DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550 GAMING X V2"),

0 commit comments

Comments
 (0)