mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-31 20:46:05 -04:00
platform/x86: int3472: Match MSI laptop board name
Ensure MSI system is correct by checking board name too. Signed-off-by: Antti Laakso <antti.laakso@linux.intel.com> Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
This commit is contained in:
committed by
Sakari Ailus
parent
10f943b12e
commit
ae04f36f75
@@ -404,6 +404,7 @@ static const struct dmi_system_id int3472_tps68470_board_data_table[] = {
|
||||
.matches = {
|
||||
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Micro-Star International Co., Ltd."),
|
||||
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Prestige 14 AI+ Evo C2VMG"),
|
||||
DMI_EXACT_MATCH(DMI_BOARD_NAME, "MS-14N3"),
|
||||
},
|
||||
.driver_data = (void *)&msi_p14_ai_evo_tps68470_board_data,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user