From 5d569e2ee6d9824a4c69fa3587d576220af20049 Mon Sep 17 00:00:00 2001 From: Yang Gu Date: Sun, 19 Sep 2010 15:46:54 +0800 Subject: hso: Enable phonebook atom --- plugins/hso.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'plugins/hso.c') diff --git a/plugins/hso.c b/plugins/hso.c index 25ca1574..bfc5c471 100644 --- a/plugins/hso.c +++ b/plugins/hso.c @@ -36,6 +36,7 @@ #include #include #include +#include #include #include #include @@ -262,6 +263,15 @@ static void hso_pre_sim(struct ofono_modem *modem) ofono_sim_inserted_notify(sim, TRUE); } +static void hso_post_sim(struct ofono_modem *modem) +{ + struct hso_data *data = ofono_modem_get_data(modem); + + DBG("%p", modem); + + ofono_phonebook_create(modem, 0, "atmodem", data->app); +} + static void hso_post_online(struct ofono_modem *modem) { struct hso_data *data = ofono_modem_get_data(modem); @@ -296,6 +306,7 @@ static struct ofono_modem_driver hso_driver = { .disable = hso_disable, .set_online = hso_set_online, .pre_sim = hso_pre_sim, + .post_sim = hso_post_sim, .post_online = hso_post_online, }; -- cgit v1.2.3