summaryrefslogtreecommitdiffstats
path: root/plugins/mbm.c
diff options
context:
space:
mode:
authorPekka Pessi <Pekka.Pessi@nokia.com>2010-08-30 16:36:31 +0300
committerDenis Kenzior <denkenz@gmail.com>2010-08-30 11:28:19 -0500
commitbbe4cf9f9db8747d4f077d452e08337e800c71bd (patch)
treea30d6b54c7190fbac73a4fb903bdb45a132b02dd /plugins/mbm.c
parentafd0611ff822b0ab42d2347a7bb754f30cc5d8fa (diff)
downloadofono-bbe4cf9f9db8747d4f077d452e08337e800c71bd.tar.bz2
mbm: D5530 gets bogus +GCAP, not +CGAP
Diffstat (limited to 'plugins/mbm.c')
-rw-r--r--plugins/mbm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mbm.c b/plugins/mbm.c
index cc3a0f58..b9de55a9 100644
--- a/plugins/mbm.c
+++ b/plugins/mbm.c
@@ -157,7 +157,7 @@ static void mbm_quirk_d5530(struct ofono_modem *modem)
/* Try to ignore them. */
g_at_chat_register(data->modem_port, "D5530", d5530_notify,
FALSE, NULL, NULL);
- g_at_chat_register(data->modem_port, "+CGAP:", d5530_notify,
+ g_at_chat_register(data->modem_port, "+GCAP:", d5530_notify,
FALSE, NULL, NULL);
}