Re: Fibocom L850-GL hangs upon connect.

2018-08-22 Thread Daniel Wood
> > >Hum... looks like the ttyACM0 port disconnection didn't succeed, so it > >stays in connected mode and MM ends up saying the port is unusable and > >flag the modem as invalid. Is this clearly always reproducible? Sorry for the late response. I was out of the region turning up a new site.

[PATCH] mbim: fix inconsistency in WITH_QMI guards

2018-08-22 Thread Ben Chan
--- src/mm-broadband-modem-mbim.c | 4 ++-- src/mm-port-mbim.c| 4 ++-- src/mm-port-mbim.h| 2 +- src/mm-port-probe.c | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/mm-broadband-modem-mbim.c b/src/mm-broadband-modem-mbim.c index

Re: [PATCH] broadband-modem-mbim: add missing guard for shared_qmi_init()

2018-08-22 Thread Aleksander Morgado
On 22/08/18 02:38, Ben Chan wrote: > Fixes: 9e42a19742de55cf5c0ba4d68069c1845e9392e6 > --- Pushed, thanks > src/mm-broadband-modem-mbim.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/src/mm-broadband-modem-mbim.c b/src/mm-broadband-modem-mbim.c > index 1559ab5b..eb9e723b 100644

Re: [PATCH] port-mbim: add missing guard for try_qmi_over_mbim in mm_port_mbim_open()

2018-08-22 Thread Aleksander Morgado
On 22/08/18 02:27, Ben Chan wrote: > Fixes: c0cc694c67d9e71f200fb23e20473cc9b31d9ec0 > --- Pushed, thanks > src/mm-port-mbim.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/mm-port-mbim.c b/src/mm-port-mbim.c > index f48ebd8f..cd6d9f22 100644 > --- a/src/mm-port-mbim.c > +++