summaryrefslogtreecommitdiffstats
path: root/drivers/hfpmodem/hfpmodem.c
diff options
context:
space:
mode:
authorKrzysztof Wilk <krzysztofx.wilk@intel.com>2013-12-16 17:52:41 +0000
committerDenis Kenzior <denkenz@gmail.com>2013-12-18 00:07:47 -0600
commit171d4dee761c963865738f39b28655348f560b05 (patch)
tree9ab8f8cb4d47bbdfa4be9aeed90bd251e5921551 /drivers/hfpmodem/hfpmodem.c
parent5c11e13019e190cd3fcc3acdc01e55c693d6fd87 (diff)
downloadofono-171d4dee761c963865738f39b28655348f560b05.tar.bz2
siri: Add atom driver
Diffstat (limited to 'drivers/hfpmodem/hfpmodem.c')
-rwxr-xr-x[-rw-r--r--]drivers/hfpmodem/hfpmodem.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hfpmodem/hfpmodem.c b/drivers/hfpmodem/hfpmodem.c
index 1348beb6..1f604ac1 100644..100755
--- a/drivers/hfpmodem/hfpmodem.c
+++ b/drivers/hfpmodem/hfpmodem.c
@@ -39,6 +39,7 @@ static int hfpmodem_init(void)
hfp_netreg_init();
hfp_call_volume_init();
hfp_handsfree_init();
+ hfp_siri_init();
return 0;
}
@@ -50,6 +51,7 @@ static void hfpmodem_exit(void)
hfp_netreg_exit();
hfp_call_volume_exit();
hfp_handsfree_exit();
+ hfp_siri_exit();
}
OFONO_PLUGIN_DEFINE(hfpmodem, "Hands-Free Profile Driver", VERSION,