projects
/
platform
/
upstream
/
ofono.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d74d6c2
)
Update modem configuration parameter parsing for generic AT plugin
author
Marcel Holtmann
<marcel@holtmann.org>
Sat, 5 Sep 2009 02:48:08 +0000
(
04:48
+0200)
committer
Marcel Holtmann
<marcel@holtmann.org>
Sat, 5 Sep 2009 02:48:08 +0000
(
04:48
+0200)
plugins/modemconf.c
patch
|
blob
|
history
diff --git
a/plugins/modemconf.c
b/plugins/modemconf.c
index
ef4d9fe
..
c15286d
100644
(file)
--- 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);