diff --git a/it87.c b/it87.c index a489cab..207e84d 100644 --- a/it87.c +++ b/it87.c @@ -3853,6 +3853,13 @@ static const struct dmi_system_id it87_dmi_table[] __initconst = { }, .driver_data = &gigabyte_ab350_gaming, }, + { + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Gigabyte Technology Co., Ltd."), + DMI_MATCH(DMI_BOARD_NAME, "AB350M-D3H-CF"), + }, + .driver_data = &gigabyte_ab350_gaming, + }, { .matches = { DMI_MATCH(DMI_SYS_VENDOR, "Gigabyte Technology Co., Ltd."),