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-28


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-284-g2380516
Date: Fri, 15 Jul 2011 14:27:36 +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  2380516af00e429392c642d5a8d1158be6f8e012 (commit)
      from  56040d78496c5aafaf30c48bc4353f3f8ba44645 (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=2380516af00e429392c642d5a8d1158be6f8e012


commit 2380516af00e429392c642d5a8d1158be6f8e012
Author: Daniele Forsi <address@hidden>
Date:   Fri Jul 15 16:26:14 2011 +0200

    Samsung B2100 encodes phone numbers (patch by grunge on gnokii-users)

diff --git a/ChangeLog b/ChangeLog
index 079e537..c03901e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -59,6 +59,7 @@
     o Samsung SGH-U600 suppots extended phonebook    (Raphaël Droz)
     o AT+SBPW=0,... is not supported for SM memory   (Raphaël Droz,
                                                          Paweł Kot)
+    o Samsung B2100 encodes phone numbers                  (grunge)
 
 0.6.30
 ======
diff --git a/common/phones/atsam.c b/common/phones/atsam.c
index bdd670b..f9e647c 100644
--- a/common/phones/atsam.c
+++ b/common/phones/atsam.c
@@ -54,6 +54,8 @@ void at_samsung_init(char* foundmodel, char* setupmodel, 
struct gn_statemachine
                AT_DRVINST(state)->ucs2_as_utf8 = 1;
        if (foundmodel && !strncasecmp("SGH-U600", foundmodel, 8))
                AT_DRVINST(state)->extended_phonebook = 1;
+       if (foundmodel && !strncasecmp("SAMSUNG B2100", foundmodel, 13))
+               AT_DRVINST(state)->encode_number = 1;
 
        /* phone lacks many useful commands :( */
        at_insert_send_function(GN_OP_GetBatteryLevel, Unsupported, state);

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

Summary of changes:
 ChangeLog             |    1 +
 common/phones/atsam.c |    2 ++
 2 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]