[PATCH v1 4/4] 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 <[email protected]> Sat, 19 Apr 2025 18:22:15 +0500
| Newsgroups | dev.linux.lists.ofono |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Muhammad <[email protected]> --- plugins/udevng.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/udevng.c b/plugins/udevng.c index 1ba1a3a9..6a698ab3 100644 --- a/plugins/udevng.c +++ b/plugins/udevng.c @@ -2279,6 +2279,7 @@ static const struct { const char *pid; } pci_driver_list[] = { { "xmm7xxx", "imc_ipc", "0x8086", "0x7560"}, + { "mbim", "mtk_t7xx", "0x14c3", "0x4d75"}, { } }; -- 2.49.0