diff --git a/plugins/sap.c b/plugins/sap.c index f88e61a3..d893bc12 100644 --- a/plugins/sap.c +++ b/plugins/sap.c @@ -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,