[PATCH v3 4/5] plugins/udevng: Add support for the MediaTek T700 5G Found in the Lenovo ThinkPad X1 Yoga Gen 8 as the Fibocom FM350-GL Works perfectly with ofono now
Muhammad Asif <[email protected]> Sat, 3 May 2025 00:03:17 +0500
| Newsgroups | dev.linux.lists.ofono |
|---|---|
| Message-ID | <[email protected]> |
From: Muhammad <[email protected]> --- plugins/udevng.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/udevng.c b/plugins/udevng.c index 09c916db..5ca745c2 100644 --- a/plugins/udevng.c +++ b/plugins/udevng.c @@ -2282,6 +2282,7 @@ static const struct { const char *pid; } pci_driver_list[] = { { "xmm7xxx", "imc_ipc", "0x8086", "0x7560"}, + { "mbim", "mtk_t7xx", "0x14c3", "0x4d75"}, { } }; -- 2.49.0