[PATCH v4 4/6] plugins/udevng: Add support for the MediaTek T700 5G modem * Found in the Lenovo ThinkPad X1 Yoga Gen 8 as the Fibocom FM350-GL modem * Works perfectly with ofono now

Muhammad Asif <[email protected]> Mon, 5 May 2025 00:19:29 +0500
Newsgroups dev.linux.lists.ofono
Message-ID <[email protected]>
---
 plugins/udevng.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/udevng.c b/plugins/udevng.c
index 09c916db..5ca745c2 100644
--- a/plugins/udevng.c
+++ b/plugins/udevng.c
@@ -2282,6 +2282,7 @@ static const struct {
 	const char *pid;
 } pci_driver_list[] = {
 	{ "xmm7xxx",	"imc_ipc",	"0x8086",	"0x7560"},
+	{ "mbim",		"mtk_t7xx",	"0x14c3",	"0x4d75"},
 	{ }
 };
 
-- 
2.49.0