From: koji54 Date: Sun, 23 Apr 2017 07:32:30 +0000 (+0200) Subject: Add Gigabyte AX370-Gaming 5 to IT8792E blacklist X-Git-Tag: v1.0~27 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=274e450b8a820b1e3f0c0b7a45464d95d9778c6e;p=groeck-it87 Add Gigabyte AX370-Gaming 5 to IT8792E blacklist Signed-off-by: Guenter Roeck --- diff --git a/it87.c b/it87.c index bc0daf0..9eb5370 100644 --- a/it87.c +++ b/it87.c @@ -3820,6 +3820,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, "AX370-Gaming 5"), + }, + .driver_data = &gigabyte_ab350_gaming, + }, { .matches = { DMI_MATCH(DMI_BOARD_VENDOR, "nVIDIA"),