All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] Add command echo back if ATE=1
@ 2010-03-02 10:21 Zhenhua Zhang
  2010-03-02 10:21 ` [PATCH 2/4] Fix remove wrong extended prefix Zhenhua Zhang
  2010-03-03 19:02 ` [PATCH 1/4] Add command echo back if ATE=1 Denis Kenzior
  0 siblings, 2 replies; 10+ messages in thread
From: Zhenhua Zhang @ 2010-03-02 10:21 UTC (permalink / raw)
  To: ofono

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

---
 gatchat/gatserver.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/gatchat/gatserver.c b/gatchat/gatserver.c
index f19d267..c72e798 100644
--- a/gatchat/gatserver.c
+++ b/gatchat/gatserver.c
@@ -382,6 +382,9 @@ static void new_bytes(GAtServer *p)
 		gsize rbytes = MIN(len - p->read_so_far, wrap - p->read_so_far);
 		result = server_feed(p, (char *)buf, &rbytes);
 
+		if (p->v250.echo)
+			send_common(p, (char *)buf, rbytes);
+
 		buf += rbytes;
 		p->read_so_far += rbytes;
 
-- 
1.6.6.1


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

end of thread, other threads:[~2010-03-04  1:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-02 10:21 [PATCH 1/4] Add command echo back if ATE=1 Zhenhua Zhang
2010-03-02 10:21 ` [PATCH 2/4] Fix remove wrong extended prefix Zhenhua Zhang
2010-03-02 10:21   ` [PATCH 3/4] Update rename result to state Zhenhua Zhang
2010-03-02 10:21     ` [PATCH 4/4] Fix server only return the final parser result Zhenhua Zhang
2010-03-03 19:09       ` Denis Kenzior
2010-03-04  1:31         ` Zhenhua Zhang
2010-03-03 19:07     ` [PATCH 3/4] Update rename result to state Denis Kenzior
2010-03-03 19:17   ` [PATCH 2/4] Fix remove wrong extended prefix Denis Kenzior
2010-03-04  1:38     ` Zhenhua Zhang
2010-03-03 19:02 ` [PATCH 1/4] Add command echo back if ATE=1 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.