From: Guenter Roeck Date: Tue, 18 Apr 2017 21:49:22 +0000 (-0700) Subject: Blacklist IT8792E on AX370-Gaming K7 X-Git-Tag: v1.0~31 X-Git-Url: https://git.sur5r.net/?p=groeck-it87;a=commitdiff_plain;h=4d9b49a4dfeb2dc904061067cf42b0fb0a38bd3f;hp=c242e32088bcc1b49695421e591e0b27aebffe5d Blacklist IT8792E on AX370-Gaming K7 Accessing it may result in a system hang. Signed-off-by: Guenter Roeck --- diff --git a/it87.c b/it87.c index 21e5724..538f6b6 100644 --- a/it87.c +++ b/it87.c @@ -3685,7 +3685,7 @@ struct it87_dmi_data { }; /* - * On Gigabyte AB350 boards, accesses to the Super-IO chip + * On Gigabyte AB350 and AX370 boards, accesses to the Super-IO chip * at address 0x4e/0x4f can result in a system hang. * Accesses to address 0x2e/0x2f need to be mutex protected. */ @@ -3721,6 +3721,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 K7"), + }, + .driver_data = &gigabyte_ab350_gaming, + }, { .matches = { DMI_MATCH(DMI_BOARD_VENDOR, "nVIDIA"),