From 226d248d826b389cf4bb064e391158f21c56d022 Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Tue, 17 Apr 2007 10:20:44 +0000 Subject: libgsmd: numeric.patch was applied upstream - patch to understand qualcomm '@' extended replies is still needed for universal --- packages/gsm/files/qualcomm-extreply.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 packages/gsm/files/qualcomm-extreply.patch (limited to 'packages/gsm/files/qualcomm-extreply.patch') diff --git a/packages/gsm/files/qualcomm-extreply.patch b/packages/gsm/files/qualcomm-extreply.patch new file mode 100644 index 0000000000..010a8c9f31 --- /dev/null +++ b/packages/gsm/files/qualcomm-extreply.patch @@ -0,0 +1,13 @@ +Index: gsm/src/gsmd/atcmd.c +=================================================================== +--- gsm.orig/src/gsmd/atcmd.c 2007-04-02 09:59:16.000000000 +0200 ++++ gsm/src/gsmd/atcmd.c 2007-04-02 10:10:54.000000000 +0200 +@@ -207,7 +207,7 @@ + * TBD + */ + +- if (buf[0] == '+' || buf[0] == '%') { ++ if (buf[0] == '+' || buf[0] == '%' || buf[0] == '@') { + /* an extended response */ + const char *colon = strchr(buf, ':'); + if (!colon) { -- cgit v1.2.3