Update modem configuration parameter parsing for generic AT plugin

This commit is contained in:
Marcel Holtmann 2009-09-05 04:48:08 +02:00
parent d74d6c2e06
commit e4d0a28b48
1 changed files with 2 additions and 2 deletions

View File

@ -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);