RE: [PATCH] telit: lock/unlock CSIM operations by default

2017-03-17 Thread Penalva, Salvador
: ModemManager (development); Aleksander Morgado Subject: Re: [PATCH] telit: lock/unlock CSIM operations by default On Wed, Mar 15, 2017 at 12:19 AM, Aleksander Morgado <aleksan...@aleksander.es> wrote: > Wrap the AT+CSIM=XX commands between lock (CSIM=1) and unlock (CSIM=0) >

Re: [PATCH] telit: lock/unlock CSIM operations by default

2017-03-16 Thread Aleksander Morgado
On Wed, Mar 15, 2017 at 12:19 AM, Aleksander Morgado wrote: > Wrap the AT+CSIM=XX commands between lock (CSIM=1) and > unlock (CSIM=0) operations. > > This seems to avoid the TTY lockup seen in several different Telit > modules. > >

Re: [PATCH] telit: lock/unlock CSIM operations by default

2017-03-15 Thread Dan Williams
On Wed, 2017-03-15 at 10:28 +0100, Aleksander Morgado wrote: > On Wed, Mar 15, 2017 at 2:40 AM, Dan Williams > wrote: > > > > > > Can you guys review and test this patch? It looks like it solved > > > the > > > issue I saw myself. > > > > > > The AT command reference for the

RE: [PATCH] telit: lock/unlock CSIM operations by default

2017-03-15 Thread Penalva, Salvador
(development) Subject: Re: [PATCH] telit: lock/unlock CSIM operations by default On Wed, Mar 15, 2017 at 2:40 AM, Dan Williams <d...@redhat.com> wrote: >> >> Can you guys review and test this patch? It looks like it solved the >> issue I saw myself. >> >> The AT c

Re: [PATCH] telit: lock/unlock CSIM operations by default

2017-03-14 Thread Dan Williams
On Wed, 2017-03-15 at 00:19 +0100, Aleksander Morgado wrote: > Wrap the AT+CSIM=XX commands between lock (CSIM=1) and > unlock (CSIM=0) operations. > > This seems to avoid the TTY lockup seen in several different Telit > modules. > > https://bugs.freedesktop.org/show_bug.cgi?id=100205 > >