All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zhenhua Zhang <zhenhua.zhang@intel.com>
To: ofono@ofono.org
Subject: [PATCH 2/4] Fix remove wrong extended prefix
Date: Tue, 02 Mar 2010 18:21:37 +0800	[thread overview]
Message-ID: <1267525299-5740-2-git-send-email-zhenhua.zhang@intel.com> (raw)
In-Reply-To: <1267525299-5740-1-git-send-email-zhenhua.zhang@intel.com>

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

ATA, ATH and ATD are belongs to basic command. So removed them.
---
 gatchat/gatserver.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gatchat/gatserver.c b/gatchat/gatserver.c
index c72e798..253a80a 100644
--- a/gatchat/gatserver.c
+++ b/gatchat/gatserver.c
@@ -216,7 +216,7 @@ static void server_parse_line(GAtServer *server, char *line)
 	if (c == ';')
 		c = line[++i];
 
-	if (is_at_command_prefix(c) || c == 'A' || c == 'D' || c == 'H')
+	if (is_at_command_prefix(c))
 		parse_at_command(server, line + i);
 	else if (g_ascii_isalpha(c) || c == '&')
 		parse_v250_settings(server, line + i);
-- 
1.6.6.1


  reply	other threads:[~2010-03-02 10:21 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-02 10:21 [PATCH 1/4] Add command echo back if ATE=1 Zhenhua Zhang
2010-03-02 10:21 ` Zhenhua Zhang [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1267525299-5740-2-git-send-email-zhenhua.zhang@intel.com \
    --to=zhenhua.zhang@intel.com \
    --cc=ofono@ofono.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.