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


From: Pawel Kot
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-306-gf1ae708
Date: Sun, 23 Oct 2011 10:53:54 +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  f1ae708f56f9609324bfcc6e245ec49560c183c4 (commit)
       via  d79850375a1b5eb25d77d516fd821ee946b4ed11 (commit)
      from  946a0ae4bdeb9168b9a5018c421cac6aebcb67f1 (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=f1ae708f56f9609324bfcc6e245ec49560c183c4


commit f1ae708f56f9609324bfcc6e245ec49560c183c4
Author: Pawel Kot <address@hidden>
Date:   Sun Oct 23 12:43:27 2011 +0200

    From: Alexander V. Lukyanov
    
    Add id for Nokia 2700 classic (series40).

diff --git a/ChangeLog b/ChangeLog
index 9eb5b2f..2ada772 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,6 +36,8 @@
     o add id for Nokia 1280 to misc.c only; it doesn't support many
       commands because it's a Series 30; use model=series40
                                                       (Peter Zotov)
+    o add id for Nokia 2700 clasic (series40)
+                                            (Alexander V. Lukyanov)
  * 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 679b98f..d147d03 100644
--- a/common/misc.c
+++ b/common/misc.c
@@ -132,6 +132,7 @@ static gn_phone_model models[] = {
        {"2600",  "RH-59",      PM_DEFAULT | PM_XGNOKIIBREAKAGE },
        {"2630",  "RM-298",     PM_DEFAULT },
        {"2650",  "RH-53",      PM_DEFAULT | PM_XGNOKIIBREAKAGE },
+       {"2700 classic",  "RM-561",     PM_DEFAULT_S40_3RD },
        {"2730 classic",  "RM-578",     PM_DEFAULT_S40_3RD }, /* Series 40 5th 
Edition FP 1 */
        {"2760",  "RM-258",     PM_DEFAULT_S40_3RD }, /* Series 40 5th Edition 
*/
        {"3100",  "RH-19",      PM_DEFAULT | PM_XGNOKIIBREAKAGE },

http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=d79850375a1b5eb25d77d516fd821ee946b4ed11


commit f1ae708f56f9609324bfcc6e245ec49560c183c4
Author: Pawel Kot <address@hidden>
Date:   Sun Oct 23 12:43:27 2011 +0200

    From: Alexander V. Lukyanov
    
    Add id for Nokia 2700 classic (series40).

diff --git a/ChangeLog b/ChangeLog
index 9eb5b2f..2ada772 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,6 +36,8 @@
     o add id for Nokia 1280 to misc.c only; it doesn't support many
       commands because it's a Series 30; use model=series40
                                                       (Peter Zotov)
+    o add id for Nokia 2700 clasic (series40)
+                                            (Alexander V. Lukyanov)
  * 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 679b98f..d147d03 100644
--- a/common/misc.c
+++ b/common/misc.c
@@ -132,6 +132,7 @@ static gn_phone_model models[] = {
        {"2600",  "RH-59",      PM_DEFAULT | PM_XGNOKIIBREAKAGE },
        {"2630",  "RM-298",     PM_DEFAULT },
        {"2650",  "RH-53",      PM_DEFAULT | PM_XGNOKIIBREAKAGE },
+       {"2700 classic",  "RM-561",     PM_DEFAULT_S40_3RD },
        {"2730 classic",  "RM-578",     PM_DEFAULT_S40_3RD }, /* Series 40 5th 
Edition FP 1 */
        {"2760",  "RM-258",     PM_DEFAULT_S40_3RD }, /* Series 40 5th Edition 
*/
        {"3100",  "RH-19",      PM_DEFAULT | PM_XGNOKIIBREAKAGE },

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

Summary of changes:
 ChangeLog       |    3 +++
 common/misc.c   |    1 +
 smsd/lowlevel.c |    2 ++
 3 files changed, 6 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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