From bbe4cf9f9db8747d4f077d452e08337e800c71bd Mon Sep 17 00:00:00 2001 From: Pekka Pessi Date: Mon, 30 Aug 2010 16:36:31 +0300 Subject: mbm: D5530 gets bogus +GCAP, not +CGAP --- plugins/mbm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') 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); } -- cgit v1.2.3