mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02: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:
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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user