All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] linktop: power up the modem in 'offline' state
@ 2011-02-15 21:04 Amit Mendapara
  2011-02-16 17:58 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Amit Mendapara @ 2011-02-15 21:04 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 571 bytes --]

---
 plugins/linktop.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/linktop.c b/plugins/linktop.c
index 61db9a7..2fb3896 100644
--- a/plugins/linktop.c
+++ b/plugins/linktop.c
@@ -200,7 +200,7 @@ static int linktop_enable(struct ofono_modem *modem)
 	g_at_chat_send(data->modem, "AT &F", none_prefix,
 						NULL, NULL, NULL);
 
-	g_at_chat_send(data->control, "AT+CFUN=1", none_prefix,
+	g_at_chat_send(data->control, "AT+CFUN=4", none_prefix,
 					cfun_enable, modem, NULL);
 
 	return -EINPROGRESS;
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] linktop: power up the modem in 'offline' state
  2011-02-15 21:04 [PATCH] linktop: power up the modem in 'offline' state Amit Mendapara
@ 2011-02-16 17:58 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2011-02-16 17:58 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 210 bytes --]

Hi Amit,

On 02/15/2011 03:04 PM, Amit Mendapara wrote:
> ---
>  plugins/linktop.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:[~2011-02-16 17:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-15 21:04 [PATCH] linktop: power up the modem in 'offline' state Amit Mendapara
2011-02-16 17:58 ` 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.