From c8a3172c009fc5d5a7bce27394e9f6ecff07dae6 Mon Sep 17 00:00:00 2001 From: Krzysztof Wilk Date: Mon, 16 Dec 2013 17:52:43 +0000 Subject: [PATCH] hfp_hf_bluez5: Enable Siri atom --- plugins/hfp_hf_bluez5.c | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 plugins/hfp_hf_bluez5.c diff --git a/plugins/hfp_hf_bluez5.c b/plugins/hfp_hf_bluez5.c old mode 100644 new mode 100755 index 18ed348a..aaf779d6 --- a/plugins/hfp_hf_bluez5.c +++ b/plugins/hfp_hf_bluez5.c @@ -48,6 +48,7 @@ #include #include #include +#include #include #include @@ -296,6 +297,7 @@ static void hfp_pre_sim(struct ofono_modem *modem) ofono_netreg_create(modem, 0, "hfpmodem", &hfp->info); ofono_handsfree_create(modem, 0, "hfpmodem", &hfp->info); ofono_call_volume_create(modem, 0, "hfpmodem", &hfp->info); + ofono_siri_create(modem, 0, "hfpmodem", &hfp->info); } static void hfp_post_sim(struct ofono_modem *modem)