Re: [sim-ready-nofify-v5 PATCH 2/3] atmodem/sim: use ofono_sim_ready_notify

2011-02-15 Thread Pekka Pessi
Hi Denis, 2011/2/10 Denis Kenzior denk...@gmail.com: So all this logic seems to work by luck. AFAIK that is the way you wanted it. Continue initialization after 1) pin query returns None, and 2) notify is called after that. If notify is called when pin is not None, recheck pin.  oFono

Re: [sim-ready-nofify-v5 PATCH 2/3] atmodem/sim: use ofono_sim_ready_notify

2011-02-09 Thread Denis Kenzior
Hi Pekka, On 02/08/2011 06:32 AM, pekka.pe...@nokia.com wrote: From: Pekka Pessi pekka.pe...@nokia.com Schedule a call to ofono_sim_ready_notify after pin code query returns SIM READY. Vendor quirks: - IFX: register unsolicated +XSIM result code - MBM: register unsolicated *EPEV result

[sim-ready-nofify-v5 PATCH 2/3] atmodem/sim: use ofono_sim_ready_notify

2011-02-08 Thread Pekka . Pessi
From: Pekka Pessi pekka.pe...@nokia.com Schedule a call to ofono_sim_ready_notify after pin code query returns SIM READY. Vendor quirks: - IFX: register unsolicated +XSIM result code - MBM: register unsolicated *EPEV result code --- drivers/atmodem/sim.c | 166