[PATCH v9 05/10] plugins/udevng: Add support for the MediaTek T700 5G modem
Muhammad Asif <[email protected]> Fri, 26 Dec 2025 19:13:05 +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 1ce02525..460ebb82 100644
--- a/plugins/udevng.c
+++ b/plugins/udevng.c
@@ -2371,6 +2371,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