* [PATCH] mbm: D5530 gets bogus +GCAP, not +CGAP
@ 2010-08-30 13:36 Pekka.Pessi
2010-08-30 16:29 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: Pekka.Pessi @ 2010-08-30 13:36 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 617 bytes --]
From: Pekka Pessi <Pekka.Pessi@nokia.com>
---
plugins/mbm.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/plugins/mbm.c b/plugins/mbm.c
index d0e084f..46cf7a0 100644
--- a/plugins/mbm.c
+++ b/plugins/mbm.c
@@ -158,7 +158,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);
}
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] mbm: D5530 gets bogus +GCAP, not +CGAP
2010-08-30 13:36 [PATCH] mbm: D5530 gets bogus +GCAP, not +CGAP Pekka.Pessi
@ 2010-08-30 16:29 ` Denis Kenzior
0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2010-08-30 16:29 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 265 bytes --]
Hi Pekka,
On 08/30/2010 08:36 AM, Pekka.Pessi(a)nokia.com wrote:
> From: Pekka Pessi <Pekka.Pessi@nokia.com>
>
> ---
> plugins/mbm.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
Patch has been applied, thanks.
Regards,
-Denis
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-08-30 16:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-30 13:36 [PATCH] mbm: D5530 gets bogus +GCAP, not +CGAP Pekka.Pessi
2010-08-30 16:29 ` Denis Kenzior
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.