[PATCH v8 4/8] plugins/udevng: Add support for the MediaTek T700 5G modem

Muhammad Asif <[email protected]> Sat, 13 Dec 2025 02:02:45 +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 97d64466..ba2da550 100644
--- a/plugins/udevng.c
+++ b/plugins/udevng.c
@@ -2370,6 +2370,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