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-282-gbc2c005
Date: Thu, 14 Jul 2011 17:32:03 +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  bc2c0052462c15f4921ebdb4d303cdc2a209545d (commit)
      from  0324bf2ff114b36f9c23207db799595bea5a9c59 (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=bc2c0052462c15f4921ebdb4d303cdc2a209545d


commit bc2c0052462c15f4921ebdb4d303cdc2a209545d
Author: Daniele Forsi <address@hidden>
Date:   Thu Jul 14 19:30:40 2011 +0200

    Add id for Nokia 1280 to misc.c only; use model=series40
    
    This phone doesn't support many commands because it's a Series 30.
    Thanks to Peter Zotov for providing its id.

diff --git a/ChangeLog b/ChangeLog
index 0e9d8b0..079e537 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,6 +33,9 @@
       LF                                            (Daniele Forsi)
     o make the vcard writer fold lines at the 75th character
                                                     (Daniele Forsi)
+    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)
  * 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 f06750a..0962d6c 100644
--- a/common/misc.c
+++ b/common/misc.c
@@ -98,6 +98,7 @@ static gn_phone_model models[] = {
        {"1220",  "NKC-1",      PM_OLD_DEFAULT },
        {"1260",  "NKW-1",      PM_OLD_DEFAULT },
        {"1261",  "NKW-1C",     PM_OLD_DEFAULT },
+       {"1280",  "RM-647",     PM_DEFAULT },     /* Series 30, phone supports 
a very limited command set */
        {"1610",  "NHE-5",      PM_OLD_DEFAULT },
        {"1610",  "NHE-5NX",    PM_OLD_DEFAULT },
        {"1611",  "NHE-5",      PM_OLD_DEFAULT },

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

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


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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