summaryrefslogtreecommitdiff
path: root/plugins/ifx.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2017-11-08 21:31:00 -0600
committerDenis Kenzior <denkenz@gmail.com>2017-11-08 21:41:34 -0600
commitb3a3d72825fb80de8cfba422e23c88e8ecd624d2 (patch)
treee76e86c7d5dfe278dc70e561b714f8f36a3eacfc /plugins/ifx.c
parent3c36211be3695dc444a3f9019dd84cb84744480a (diff)
downloadofono-b3a3d72825fb80de8cfba422e23c88e8ecd624d2.tar.gz
ifx: Use sim_initialized_notify
Diffstat (limited to 'plugins/ifx.c')
-rw-r--r--plugins/ifx.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/ifx.c b/plugins/ifx.c
index df36ba76..121789e6 100644
--- a/plugins/ifx.c
+++ b/plugins/ifx.c
@@ -152,10 +152,7 @@ static void ifx_set_sim_state(struct ifx_data *data, int state)
break;
case 2: /* PIN verification not needed – Ready */
case 3: /* PIN verified – Ready */
- /*
- * State 3 is handled in the SIM atom driver
- * while for state 2 we should be waiting for state 7
- */
+ ofono_sim_initialized_notify(data->sim);
break;
case 10: /* SIM Reactivating */
case 11: /* SIM Reactivated */