summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorKrzysztof Wilk <krzysztofx.wilk@intel.com>2013-12-16 17:52:42 +0000
committerDenis Kenzior <denkenz@gmail.com>2013-12-18 00:07:47 -0600
commit1e14b217b009030501d8f89b6060fecdffd159a5 (patch)
tree5fe762026088453e7c3611b60f4a825b7d77c1d5 /plugins
parent171d4dee761c963865738f39b28655348f560b05 (diff)
downloadofono-1e14b217b009030501d8f89b6060fecdffd159a5.tar.bz2
hfp_hf_bluez4: Enable Siri atom
Diffstat (limited to 'plugins')
-rwxr-xr-x[-rw-r--r--]plugins/hfp_hf_bluez4.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/hfp_hf_bluez4.c b/plugins/hfp_hf_bluez4.c
index 450c183e..fb491a10 100644..100755
--- a/plugins/hfp_hf_bluez4.c
+++ b/plugins/hfp_hf_bluez4.c
@@ -44,6 +44,7 @@
#include <ofono/voicecall.h>
#include <ofono/call-volume.h>
#include <ofono/handsfree.h>
+#include <ofono/siri.h>
#include <drivers/hfpmodem/slc.h>
@@ -490,6 +491,7 @@ static void hfp_pre_sim(struct ofono_modem *modem)
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);
+ ofono_siri_create(modem, 0, "hfpmodem", &data->info);
}
static void hfp_post_sim(struct ofono_modem *modem)