[PATCH v5 04/10] 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]> Thu, 27 Nov 2025 22:49:38 +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 bae0be76..5199d6ab 100644
--- a/plugins/udevng.c
+++ b/plugins/udevng.c
@@ -2317,6 +2317,7 @@ static const struct {
 =09const char *pid;
 } pci_driver_list[] =3D {
 =09{ "xmm7xxx",=09"imc_ipc",=09"0x8086",=09"0x7560"},
+=09{ "mbim",=09=09"mtk_t7xx",=09"0x14c3",=09"0x4d75"},
 =09{ }
 };
=20
--=20
2.52.0