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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-229-gd77ea9c
Date: Tue, 24 May 2011 19:38:48 +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  d77ea9cdc6066edb5b34815806574c00671fe1f3 (commit)
      from  a108af2bd51e970f8b078ac2b060fc107d152c45 (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=d77ea9cdc6066edb5b34815806574c00671fe1f3


commit d77ea9cdc6066edb5b34815806574c00671fe1f3
Author: Daniele Forsi <address@hidden>
Date:   Tue May 24 21:36:16 2011 +0200

    Add RM-274 id for Nokia 3109 classic
    
    Reported in 
http://lists.nongnu.org/archive/html/gnokii-users/2011-05/msg00048.html

diff --git a/ChangeLog b/ChangeLog
index dd10738..289ad84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,8 @@
     o change the order of lookup for the config file
       (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=623694)
                                                         (Paweł Kot)
+    o add id for Nokia 3109c to misc.c only; use model=series40
+                                               (Alexandre A. Alves)
  * nk6510 driver updates
     o fix calendar handling issues (few off-by-ones)    (Paweł Kot)
     o implement deletecalendarnote for series40 3rd+ Ed (Paweł Kot)
diff --git a/common/misc.c b/common/misc.c
index 6257476..f06750a 100644
--- a/common/misc.c
+++ b/common/misc.c
@@ -137,6 +137,7 @@ static gn_phone_model models[] = {
        {"3100b", "RH-50",      PM_DEFAULT },
        {"3105",  "RH-48",      PM_OLD_DEFAULT },
        {"3108",  "RH-6",       PM_OLD_DEFAULT },
+       {"3109c", "RM-274",     PM_DEFAULT_S40_3RD }, /* Nokia 3109 classic */
        {"3110",  "NHE-8",      PM_OLD_DEFAULT | PM_DATA },
        {"3110",  "0310" ,      PM_OLD_DEFAULT | PM_DATA }, /* NHE-8 */
        {"3110c", "RM-237",     PM_DEFAULT_S40_3RD }, /* Nokia 3110 classic */

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

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