summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,