diff options
Diffstat (limited to 'plugins/hfp_hf.c')
-rw-r--r-- | plugins/hfp_hf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/hfp_hf.c b/plugins/hfp_hf.c index 6516e75d..322edf3f 100644 --- a/plugins/hfp_hf.c +++ b/plugins/hfp_hf.c @@ -41,6 +41,7 @@ #include <ofono/netreg.h> #include <ofono/voicecall.h> #include <ofono/call-volume.h> +#include <ofono/handsfree.h> #include <drivers/hfpmodem/slc.h> @@ -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) |