sap: Add modem type sap

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

View File

@ -306,6 +306,7 @@ static void bluetooth_sap_set_alias(const char *device, const char *alias)
static struct ofono_modem_driver sap_driver = {
.name = "sap",
.modem_type = OFONO_MODEM_TYPE_SAP,
.probe = sap_probe,
.remove = sap_remove,
.enable = sap_enable,