summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-09-05 04:48:08 +0200
committerMarcel Holtmann <marcel@holtmann.org>2009-09-05 04:48:08 +0200
commite4d0a28b48472e34a838cd3114f72d422dc839cb (patch)
tree4e158d9bb74f99488cdbd74a8ce2a0bfb6bbcd8a /plugins
parentd74d6c2e06653be7117e72c75526487e138ddd90 (diff)
downloadofono-e4d0a28b48472e34a838cd3114f72d422dc839cb.tar.bz2
Update modem configuration parameter parsing for generic AT plugin
Diffstat (limited to 'plugins')
-rw-r--r--plugins/modemconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/modemconf.c b/plugins/modemconf.c
index ef4d9fe5..c15286de 100644
--- a/plugins/modemconf.c
+++ b/plugins/modemconf.c
@@ -87,8 +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") ||
- !g_strcmp0(driver, "calypso"))
+ if (!g_strcmp0(driver, "atgen") || !g_strcmp0(driver, "g1") ||
+ !g_strcmp0(driver, "calypso"))
set_device(modem, keyfile, group);
g_free(driver);