From 274e450b8a820b1e3f0c0b7a45464d95d9778c6e Mon Sep 17 00:00:00 2001 From: koji54 Date: Sun, 23 Apr 2017 09:32:30 +0200 Subject: [PATCH] Add Gigabyte AX370-Gaming 5 to IT8792E blacklist Signed-off-by: Guenter Roeck --- it87.c | 7 +++++++ 1 file changed, 7 insertions(+) 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"), -- 2.39.2