From a7b69ac661eb7ae9dba995586bdb6e2dc66ac4d6 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Tue, 22 Nov 2011 18:09:50 +0100 Subject: [PATCH] sap: Add modem type sap --- plugins/sap.c | 1 + 1 file changed, 1 insertion(+) 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,