summaryrefslogtreecommitdiffstats
path: root/plugins/modemconf.c
diff options
context:
space:
mode:
authorZhenhua Zhang <zhenhua.zhang@intel.com>2009-10-19 06:20:25 +0800
committerDenis Kenzior <denkenz@gmail.com>2009-10-19 15:48:07 -0500
commitfb0c157c1199c5a46f87bfb7b38be0cd2b98243f (patch)
tree735a96b8518160c314ce521c3b3bc53fb3c2a3e0 /plugins/modemconf.c
parent7f06b6ead77621446769131295f139440db26e67 (diff)
downloadofono-fb0c157c1199c5a46f87bfb7b38be0cd2b98243f.tar.bz2
Add initial glue code for hfp driver
Diffstat (limited to 'plugins/modemconf.c')
-rw-r--r--plugins/modemconf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/modemconf.c b/plugins/modemconf.c
index 4795749a..192faa65 100644
--- a/plugins/modemconf.c
+++ b/plugins/modemconf.c
@@ -100,7 +100,8 @@ static struct ofono_modem *create_modem(GKeyFile *keyfile, const char *group)
set_address(modem, keyfile, group);
if (!g_strcmp0(driver, "atgen") || !g_strcmp0(driver, "g1") ||
- !g_strcmp0(driver, "calypso"))
+ !g_strcmp0(driver, "calypso") ||
+ !g_strcmp0(driver, "hfp"))
set_device(modem, keyfile, group);
g_free(driver);