We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a041af commit c6bc7e8Copy full SHA for c6bc7e8
drivers/platform/x86/gigabyte-wmi.c
@@ -140,6 +140,7 @@ static u8 gigabyte_wmi_detect_sensor_usability(struct wmi_device *wdev)
140
}}
141
142
static const struct dmi_system_id gigabyte_wmi_known_working_platforms[] = {
143
+ DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B450M DS3H-CF"),
144
DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B450M S2H V2"),
145
DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550 AORUS ELITE AX V2"),
146
DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550 AORUS ELITE"),
0 commit comments