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


From: Pawel Kot
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-50-g3a90b68
Date: Sat, 28 Aug 2010 12:39:21 +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  3a90b688cd67282fd6ae7a0c6c308c78eca67e64 (commit)
       via  02ed427907e2dbd6673e4045a2f806cc0b7cd83a (commit)
      from  1f9367602432c301e3ff1a1fe90cc9f30fe6be72 (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=3a90b688cd67282fd6ae7a0c6c308c78eca67e64


commit 3a90b688cd67282fd6ae7a0c6c308c78eca67e64
Author: Pawel Kot <address@hidden>
Date:   Sat Aug 28 14:38:22 2010 +0200

    Make sure that it is easier to add proper capabilities to Series40 3rd Ed+ 
phones.

diff --git a/ChangeLog b/ChangeLog
index 9827dbe..2e531c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,8 @@
                                                   (Iain Mac Donald)
     o fix a problem with a multipart message in default alphabet
       and extended alphabet characters                  (Paweł Kot)
+    o make sure that Series40 3rd Ed+ get proper capabilties
+                                                        (Paweł Kot)
  * nk6510 driver updates
     o fix parsing SMS date from saved messages, bug #29830
                                                         (Paweł Kot)
diff --git a/common/misc.c b/common/misc.c
index ad4c657..085a44e 100644
--- a/common/misc.c
+++ b/common/misc.c
@@ -129,15 +129,15 @@ static gn_phone_model models[] = {
        {"2600",  "RH-59",      PM_DEFAULT | PM_XGNOKIIBREAKAGE },
        {"2630",  "RM-298",     PM_DEFAULT },
        {"2650",  "RH-53",      PM_DEFAULT | PM_XGNOKIIBREAKAGE },
-       {"2730 classic",  "RM-578",     PM_DEFAULT }, /* Series 40 5th Edition 
FP 1 */
-       {"2760",  "RM-258",     PM_DEFAULT }, /* Series 40 5th Edition */
+       {"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 },
        {"3100b", "RH-50",      PM_DEFAULT },
        {"3105",  "RH-48",      PM_OLD_DEFAULT },
        {"3108",  "RH-6",       PM_OLD_DEFAULT },
        {"3110",  "NHE-8",      PM_OLD_DEFAULT | PM_DATA },
        {"3110",  "0310" ,      PM_OLD_DEFAULT | PM_DATA }, /* NHE-8 */
-       {"3110c", "RM-237",     PM_DEFAULT | PM_SMSFILE | PM_EXTPBK2 | 
PM_EXTCALENDAR }, /* Nokia 3110 classic */
+       {"3110c", "RM-237",     PM_DEFAULT_S40_3RD }, /* Nokia 3110 classic */
        {"3120",  "RH-19",      PM_DEFAULT },
        {"3120b", "RH-50",      PM_DEFAULT },
        {"3200",  "RH-30",      PM_DEFAULT | PM_XGNOKIIBREAKAGE },
@@ -243,8 +243,8 @@ static gn_phone_model models[] = {
        {"6233",  "RM123_145_-", PM_DEFAULT | PM_NETMONITOR },
        {"6250",  "NHM-3",      PM_DEFAULT | PM_NETMONITOR },
        {"6280",  "RH-78",      PM_DEFAULT | PM_NETMONITOR },
-       {"6300",  "RM-217",     PM_DEFAULT | PM_FULLPBK | PM_SMSFILE | 
PM_EXTPBK2 | PM_EXTCALENDAR },
-       {"6303",  "RM-443",     PM_DEFAULT | PM_FULLPBK | PM_SMSFILE | 
PM_EXTPBK2 | PM_EXTCALENDAR }, /* Nokia 6303 classic */
+       {"6300",  "RM-217",     PM_DEFAULT_S40_3RD | PM_FULLPBK },
+       {"6303",  "RM-443",     PM_DEFAULT_S40_3RD | PM_FULLPBK }, /* Nokia 
6303 classic */
        {"6310",  "NPE-4",      PM_DEFAULT },
        {"6310i", "NPL-1",      PM_DEFAULT },
        {"6340",  "NPM-2",      PM_OLD_DEFAULT },
@@ -263,7 +263,7 @@ static gn_phone_model models[] = {
        {"6610i", "RM-37",      PM_DEFAULT | PM_XGNOKIIBREAKAGE },
        {"6650",  "NHM-1",      PM_DEFAULT | PM_XGNOKIIBREAKAGE },
        {"6680",  "RM-36",      PM_DEFAULT | PM_NETMONITOR },
-       {"6700 classic",  "RM-470",     PM_DEFAULT },  /* Series 40 6th Edition 
*/
+       {"6700 classic",  "RM-470",     PM_DEFAULT_S40_3RD },  /* Series 40 6th 
Edition */
        {"6800",  "NHL-6",      PM_DEFAULT | PM_XGNOKIIBREAKAGE },
        {"6800",  "NSB-9",      PM_DEFAULT | PM_XGNOKIIBREAKAGE },
        {"6810",  "RM-2",       PM_DEFAULT | PM_XGNOKIIBREAKAGE },
diff --git a/include/misc.h b/include/misc.h
index 6fa29bd..95720af 100644
--- a/include/misc.h
+++ b/include/misc.h
@@ -79,6 +79,7 @@
 
 #define PM_OLD_DEFAULT         PM_SPEEDDIAL | PM_SMS | PM_DTMF | PM_KEYBOARD | 
PM_CALENDAR
 #define PM_DEFAULT             PM_OLD_DEFAULT | PM_CALLERGROUP | PM_EXTPBK | 
PM_FOLDERS
+#define PM_DEFAULT_S40_3RD     PM_DEFAULT | PM_SMSFILE | PM_EXTPBK2 | 
PM_EXTCALENDAR
 
 #define PM_CALLERGROUP         0x0001
 #define PM_NETMONITOR          0x0002

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


commit 3a90b688cd67282fd6ae7a0c6c308c78eca67e64
Author: Pawel Kot <address@hidden>
Date:   Sat Aug 28 14:38:22 2010 +0200

    Make sure that it is easier to add proper capabilities to Series40 3rd Ed+ 
phones.

diff --git a/ChangeLog b/ChangeLog
index 9827dbe..2e531c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,8 @@
                                                   (Iain Mac Donald)
     o fix a problem with a multipart message in default alphabet
       and extended alphabet characters                  (Paweł Kot)
+    o make sure that Series40 3rd Ed+ get proper capabilties
+                                                        (Paweł Kot)
  * nk6510 driver updates
     o fix parsing SMS date from saved messages, bug #29830
                                                         (Paweł Kot)
diff --git a/common/misc.c b/common/misc.c
index ad4c657..085a44e 100644
--- a/common/misc.c
+++ b/common/misc.c
@@ -129,15 +129,15 @@ static gn_phone_model models[] = {
        {"2600",  "RH-59",      PM_DEFAULT | PM_XGNOKIIBREAKAGE },
        {"2630",  "RM-298",     PM_DEFAULT },
        {"2650",  "RH-53",      PM_DEFAULT | PM_XGNOKIIBREAKAGE },
-       {"2730 classic",  "RM-578",     PM_DEFAULT }, /* Series 40 5th Edition 
FP 1 */
-       {"2760",  "RM-258",     PM_DEFAULT }, /* Series 40 5th Edition */
+       {"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 },
        {"3100b", "RH-50",      PM_DEFAULT },
        {"3105",  "RH-48",      PM_OLD_DEFAULT },
        {"3108",  "RH-6",       PM_OLD_DEFAULT },
        {"3110",  "NHE-8",      PM_OLD_DEFAULT | PM_DATA },
        {"3110",  "0310" ,      PM_OLD_DEFAULT | PM_DATA }, /* NHE-8 */
-       {"3110c", "RM-237",     PM_DEFAULT | PM_SMSFILE | PM_EXTPBK2 | 
PM_EXTCALENDAR }, /* Nokia 3110 classic */
+       {"3110c", "RM-237",     PM_DEFAULT_S40_3RD }, /* Nokia 3110 classic */
        {"3120",  "RH-19",      PM_DEFAULT },
        {"3120b", "RH-50",      PM_DEFAULT },
        {"3200",  "RH-30",      PM_DEFAULT | PM_XGNOKIIBREAKAGE },
@@ -243,8 +243,8 @@ static gn_phone_model models[] = {
        {"6233",  "RM123_145_-", PM_DEFAULT | PM_NETMONITOR },
        {"6250",  "NHM-3",      PM_DEFAULT | PM_NETMONITOR },
        {"6280",  "RH-78",      PM_DEFAULT | PM_NETMONITOR },
-       {"6300",  "RM-217",     PM_DEFAULT | PM_FULLPBK | PM_SMSFILE | 
PM_EXTPBK2 | PM_EXTCALENDAR },
-       {"6303",  "RM-443",     PM_DEFAULT | PM_FULLPBK | PM_SMSFILE | 
PM_EXTPBK2 | PM_EXTCALENDAR }, /* Nokia 6303 classic */
+       {"6300",  "RM-217",     PM_DEFAULT_S40_3RD | PM_FULLPBK },
+       {"6303",  "RM-443",     PM_DEFAULT_S40_3RD | PM_FULLPBK }, /* Nokia 
6303 classic */
        {"6310",  "NPE-4",      PM_DEFAULT },
        {"6310i", "NPL-1",      PM_DEFAULT },
        {"6340",  "NPM-2",      PM_OLD_DEFAULT },
@@ -263,7 +263,7 @@ static gn_phone_model models[] = {
        {"6610i", "RM-37",      PM_DEFAULT | PM_XGNOKIIBREAKAGE },
        {"6650",  "NHM-1",      PM_DEFAULT | PM_XGNOKIIBREAKAGE },
        {"6680",  "RM-36",      PM_DEFAULT | PM_NETMONITOR },
-       {"6700 classic",  "RM-470",     PM_DEFAULT },  /* Series 40 6th Edition 
*/
+       {"6700 classic",  "RM-470",     PM_DEFAULT_S40_3RD },  /* Series 40 6th 
Edition */
        {"6800",  "NHL-6",      PM_DEFAULT | PM_XGNOKIIBREAKAGE },
        {"6800",  "NSB-9",      PM_DEFAULT | PM_XGNOKIIBREAKAGE },
        {"6810",  "RM-2",       PM_DEFAULT | PM_XGNOKIIBREAKAGE },
diff --git a/include/misc.h b/include/misc.h
index 6fa29bd..95720af 100644
--- a/include/misc.h
+++ b/include/misc.h
@@ -79,6 +79,7 @@
 
 #define PM_OLD_DEFAULT         PM_SPEEDDIAL | PM_SMS | PM_DTMF | PM_KEYBOARD | 
PM_CALENDAR
 #define PM_DEFAULT             PM_OLD_DEFAULT | PM_CALLERGROUP | PM_EXTPBK | 
PM_FOLDERS
+#define PM_DEFAULT_S40_3RD     PM_DEFAULT | PM_SMSFILE | PM_EXTPBK2 | 
PM_EXTCALENDAR
 
 #define PM_CALLERGROUP         0x0001
 #define PM_NETMONITOR          0x0002

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

Summary of changes:
 ChangeLog                 |    4 ++++
 common/gsm-encoding.c     |   19 +++++++++++++++++--
 common/gsm-sms.c          |   34 ++++++++++++++++++++++++++++------
 common/misc.c             |   12 ++++++------
 include/gnokii-internal.h |    3 +++
 include/misc.h            |    1 +
 6 files changed, 59 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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