summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2011-11-22 18:09:35 +0100
committerDenis Kenzior <denkenz@gmail.com>2011-11-22 20:34:48 -0600
commit410914197b472d0f18f8bb5d184a5571c22d07ea (patch)
tree228aff596d085a047cb6fc1a9fd00325cc6e9374 /plugins
parent768dfc6e3f7dbb246a99b84cae9b37ea15171b3d (diff)
downloadofono-410914197b472d0f18f8bb5d184a5571c22d07ea.tar.bz2
hfp_hf: Add modem type hfp
Diffstat (limited to 'plugins')
-rw-r--r--plugins/hfp_hf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/hfp_hf.c b/plugins/hfp_hf.c
index c4c90ff7..48a734a5 100644
--- a/plugins/hfp_hf.c
+++ b/plugins/hfp_hf.c
@@ -499,6 +499,7 @@ static void hfp_post_sim(struct ofono_modem *modem)
static struct ofono_modem_driver hfp_driver = {
.name = "hfp",
+ .modem_type = OFONO_MODEM_TYPE_HFP,
.probe = hfp_probe,
.remove = hfp_remove,
.enable = hfp_enable,