From 4b2b707a30afa8da8a22d8a61b57627815aeb5af Mon Sep 17 00:00:00 2001 From: Mikel Astiz Date: Thu, 15 Sep 2011 18:34:35 +0200 Subject: [PATCH] hfp_hf: add handsfree atom --- plugins/hfp_hf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/hfp_hf.c b/plugins/hfp_hf.c index 6516e75..322edf3 100644 --- a/plugins/hfp_hf.c +++ b/plugins/hfp_hf.c @@ -41,6 +41,7 @@ #include #include #include +#include #include @@ -469,6 +470,7 @@ static void hfp_pre_sim(struct ofono_modem *modem) ofono_voicecall_create(modem, 0, "hfpmodem", &data->info); ofono_netreg_create(modem, 0, "hfpmodem", &data->info); ofono_call_volume_create(modem, 0, "hfpmodem", &data->info); + ofono_handsfree_create(modem, 0, "hfpmodem", &data->info); } static void hfp_post_sim(struct ofono_modem *modem) -- 2.7.4