gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-43


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-437-g1ad43e8
Date: Thu, 28 Feb 2013 14:22:11 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libgnokii and core programs".

The branch, master has been updated
       via  1ad43e8c1a8242bab5359f5c8551716f636f1a02 (commit)
      from  98ef457c8db3f76242147a29e8c1e89b601614aa (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=1ad43e8c1a8242bab5359f5c8551716f636f1a02


commit 1ad43e8c1a8242bab5359f5c8551716f636f1a02
Author: Daniele Forsi <address@hidden>
Date:   Thu Feb 28 15:19:05 2013 +0100

    Add a case for error 0xf0 returned by Series 30
    
    See http://lists.nongnu.org/archive/html/gnokii-users/2013-02/msg00009.html

diff --git a/common/phones/nk6510.c b/common/phones/nk6510.c
index b5a5e0f..2b23d0b 100644
--- a/common/phones/nk6510.c
+++ b/common/phones/nk6510.c
@@ -3300,6 +3300,9 @@ reply: 0x19 / 0x0012
                        break;
                }
                break;
+       case 0xf0:
+               error = GN_ERR_NOTSUPPORTED;
+               break;
        default:
                dprintf("Unknown subtype of type 0x%02x (clock handling): 
0x%02x\n", NK6510_MSG_CLOCK, message[3]);
                error = GN_ERR_UNHANDLEDFRAME;

-----------------------------------------------------------------------

Summary of changes:
 common/phones/nk6510.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]