[PATCH v3 3/5] mbim: fetch MBIM version on init
Muhammad Asif <[email protected]> Sat, 3 May 2025 00:03:16 +0500
| Newsgroups | dev.linux.lists.ofono |
|---|---|
| Message-ID | <[email protected]> |
From: Muhammad <[email protected]> --- plugins/mbim.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/mbim.c b/plugins/mbim.c index e1d33f47..3a1942da 100644 --- a/plugins/mbim.c +++ b/plugins/mbim.c @@ -287,6 +287,8 @@ static int mbim_enable(struct ofono_modem *modem) mbim_device_closed, modem, NULL); mbim_device_set_debug(md->device, mbim_debug, "MBIM:", NULL); + mbim_device_get_version(md->device); + return -EINPROGRESS; } -- 2.49.0