public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] platform/x86: int3472: Match MSI laptop board name
@ 2026-03-19 15:50 Antti Laakso
  2026-03-19 15:50 ` [PATCH 2/2] platform/x86: int3472: Add more MSI AI evo laptops Antti Laakso
  2026-03-25 10:26 ` [PATCH 1/2] platform/x86: int3472: Match MSI laptop board name Dan Scally
  0 siblings, 2 replies; 4+ messages in thread
From: Antti Laakso @ 2026-03-19 15:50 UTC (permalink / raw)
  To: linux-media
  Cc: platform-driver-x86, sakari.ailus, dan.scally, hansg,
	ilpo.jarvinen, antti.laakso

Ensure MSI system is correct by checking board name too.

Signed-off-by: Antti Laakso <antti.laakso@linux.intel.com>
---
 drivers/platform/x86/intel/int3472/tps68470_board_data.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/platform/x86/intel/int3472/tps68470_board_data.c b/drivers/platform/x86/intel/int3472/tps68470_board_data.c
index c1ddbf9a82c0..e65067358301 100644
--- a/drivers/platform/x86/intel/int3472/tps68470_board_data.c
+++ b/drivers/platform/x86/intel/int3472/tps68470_board_data.c
@@ -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,
 	},

base-commit: d29c44f16beb1219825461efab46026deb1d4af5
-- 
2.53.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-03-25 10:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-19 15:50 [PATCH 1/2] platform/x86: int3472: Match MSI laptop board name Antti Laakso
2026-03-19 15:50 ` [PATCH 2/2] platform/x86: int3472: Add more MSI AI evo laptops Antti Laakso
2026-03-25 10:29   ` Dan Scally
2026-03-25 10:26 ` [PATCH 1/2] platform/x86: int3472: Match MSI laptop board name Dan Scally

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox