[PATCH v7 04/10] plugins/udevng: Add support for the MediaTek T700 5G modem

Muhammad Asif <[email protected]> Fri, 28 Nov 2025 22:36:50 +0500
Newsgroups dev.linux.lists.ofono
Message-ID <[email protected]>
* Found in the Lenovo ThinkPad X1 Yoga Gen 8 as the Fibocom FM350-GL
  modem
* Works perfectly with ofono now
---
 plugins/udevng.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/udevng.c b/plugins/udevng.c
index e779524c..27c9d110 100644
--- a/plugins/udevng.c
+++ b/plugins/udevng.c
@@ -2336,6 +2336,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