Hi Andrew,
On 02/15/2011 01:58 AM, Andrzej Zaborowski wrote:
The assumption so far was that SIM state would only go from
NOT_PRESENT -> INSERTED -> READY -> NOT_PRESENT because there's
no method to unauthenticate from SIM without removing. We need to
be able to switch to INSERTED when SIM is being reset,
reinitialised, etc. because going to NOT_PRESENT and then
immediately INSERTED would be logically wrong.
---
src/modem.c | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
I applied this patch, but partly refactored it in a later commit. Can
you check that I didn't screw something up?
Regards,
-Denis