From 0e1c801e58d4ff97c78fd60c9c6dbe6536060c33 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 3 Sep 2009 23:06:43 -0500 Subject: Make sure modemconf handles calypso driver --- plugins/modemconf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/modemconf.c b/plugins/modemconf.c index 36aa78fc..ef4d9fe5 100644 --- a/plugins/modemconf.c +++ b/plugins/modemconf.c @@ -87,7 +87,8 @@ static struct ofono_modem *create_modem(GKeyFile *keyfile, const char *group) if (!g_strcmp0(driver, "phonesim")) set_address(modem, keyfile, group); - if (!g_strcmp0(driver, "g1") || !g_strcmp0(driver, "mbm")) + if (!g_strcmp0(driver, "g1") || !g_strcmp0(driver, "mbm") || + !g_strcmp0(driver, "calypso")) set_device(modem, keyfile, group); g_free(driver); -- cgit v1.2.3