hfp_hf: Add modem type hfp

This commit is contained in:
Daniel Wagner 2011-11-22 18:09:35 +01:00 committed by Denis Kenzior
parent 768dfc6e3f
commit 410914197b
1 changed files with 1 additions and 0 deletions

View File

@ -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,