Skip to content

Commit c6bc7e8

Browse files
0x9fff00jwrdegoede
authored andcommitted
platform/x86: gigabyte-wmi: Add support for B450M DS3H-CF
Tested and works on my system. Signed-off-by: August Wikerfors <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Hans de Goede <[email protected]>
1 parent 8a041af commit c6bc7e8

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 DS3H-CF"),
143144
DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B450M S2H V2"),
144145
DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550 AORUS ELITE AX V2"),
145146
DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550 AORUS ELITE"),

0 commit comments

Comments
 (0)