[PATCH 1/1] atmodem: remove pending idle callbacks at device removal

2012-12-04 Thread Jonas Bonn
From: Mingli Wu min...@southpole.se If device probe and removal happen in short succession, it's possible that the idle handler registered in the probe function doesn't run before the device is removed. In this case, the idle handler needs to be unregistered so that it does not run and try to

[PATCH 1/1] telit: stay 'online' until POST_SIM state reached

2012-12-04 Thread Jonas Bonn
In offline state where CFUN=4, the Telit HE910 also powers down the SIM card so AT commands that query the SIM will fail. These failures result in ofono not getting to POST_SIM state where it will export the GPRS feature. This patch changes the Telit driver so it will not go immediately to

Re: [PATCH 1/1] telit: stay 'online' until POST_SIM state reached

2012-12-04 Thread Marcel Holtmann
Hi Jonas, In offline state where CFUN=4, the Telit HE910 also powers down the SIM card so AT commands that query the SIM will fail. These failures result in ofono not getting to POST_SIM state where it will export the GPRS feature. This patch changes the Telit driver so it will not go

Re: [PATCH 1/1] telit: stay 'online' until POST_SIM state reached

2012-12-04 Thread Denis Kenzior
Hi Marcel, On 12/04/2012 10:47 AM, Marcel Holtmann wrote: Hi Jonas, In offline state where CFUN=4, the Telit HE910 also powers down the SIM card so AT commands that query the SIM will fail. These failures result in ofono not getting to POST_SIM state where it will export the GPRS feature.