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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-183-gc0d111b
Date: Thu, 17 Feb 2011 17:29: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  c0d111b1a11135ad6401fa3b5a3c332dace80416 (commit)
      from  b570554d50609a9f255e0be00f7f250a152023ba (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=c0d111b1a11135ad6401fa3b5a3c332dace80416


commit c0d111b1a11135ad6401fa3b5a3c332dace80416
Author: Daniele Forsi <address@hidden>
Date:   Thu Feb 17 18:21:32 2011 +0100

    Remove the PM_NETMONITOR flags from phones handled by nk6510.c
    
    The driver doesn't support GN_OP_NetMonitor because those phones
    don't support NetMonitor as far as we know.

diff --git a/common/misc.c b/common/misc.c
index 1101c96..6257476 100644
--- a/common/misc.c
+++ b/common/misc.c
@@ -207,9 +207,9 @@ static gn_phone_model models[] = {
        {"6010",  "NPM-10",     PM_OLD_DEFAULT },
        {"6010",  "NPM-10X",    PM_OLD_DEFAULT },
        {"6011",  "RTE-2RH",    PM_OLD_DEFAULT },
-       {"6015i", "RH-55",      PM_DEFAULT | PM_NETMONITOR },
-       {"6020",  "RM-30",      PM_DEFAULT | PM_NETMONITOR },
-       {"6021",  "RM-94",      PM_DEFAULT | PM_NETMONITOR | 
PM_XGNOKIIBREAKAGE},
+       {"6015i", "RH-55",      PM_DEFAULT },
+       {"6020",  "RM-30",      PM_DEFAULT },
+       {"6021",  "RM-94",      PM_DEFAULT | PM_XGNOKIIBREAKAGE},
        {"6030",  "RM-74",      PM_DEFAULT },
        {"6050",  "NME-1",      PM_OLD_DEFAULT },
        {"6070",  "RM-166",     PM_DEFAULT },
@@ -240,12 +240,12 @@ static gn_phone_model models[] = {
        {"6210",  "NPE-3",      PM_DEFAULT | PM_NETMONITOR },
        {"6220",  "RH-20",      PM_DEFAULT | PM_XGNOKIIBREAKAGE },
        {"6225",  "RH-27",      PM_OLD_DEFAULT },
-       {"6230",  "RH-12_28_-", PM_DEFAULT | PM_NETMONITOR },
-       {"6230",  "RH12_28_-",  PM_DEFAULT | PM_NETMONITOR },
-       {"6230i", "RM72_73_-",  PM_DEFAULT | PM_NETMONITOR },
-       {"6233",  "RM123_145_-", PM_DEFAULT | PM_NETMONITOR },
+       {"6230",  "RH-12_28_-", PM_DEFAULT },
+       {"6230",  "RH12_28_-",  PM_DEFAULT },
+       {"6230i", "RM72_73_-",  PM_DEFAULT },
+       {"6233",  "RM123_145_-", PM_DEFAULT },
        {"6250",  "NHM-3",      PM_DEFAULT | PM_NETMONITOR },
-       {"6280",  "RH-78",      PM_DEFAULT | PM_NETMONITOR },
+       {"6280",  "RH-78",      PM_DEFAULT },
        {"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 },
@@ -255,7 +255,7 @@ static gn_phone_model models[] = {
        {"6360",  "NPW-2",      PM_DEFAULT },
        {"6370",  "NHP-2FX",    PM_OLD_DEFAULT },
        {"6385",  "NHP-2AX",    PM_OLD_DEFAULT },
-       {"6500",  "NHM-7",      PM_DEFAULT | PM_NETMONITOR },
+       {"6500",  "NHM-7",      PM_DEFAULT },
        {"6500c", "RM-265",     PM_DEFAULT_S40_3RD | PM_FULLPBK }, /* Series 40 
5th Edition */
        {"6510",  "NPM-9",      PM_DEFAULT },
        {"6560",  "RH-25",      PM_OLD_DEFAULT },
@@ -266,7 +266,7 @@ static gn_phone_model models[] = {
        {"6610",  "NHL-4U",     PM_DEFAULT | PM_XGNOKIIBREAKAGE },
        {"6610i", "RM-37",      PM_DEFAULT | PM_XGNOKIIBREAKAGE },
        {"6650",  "NHM-1",      PM_DEFAULT | PM_XGNOKIIBREAKAGE },
-       {"6680",  "RM-36",      PM_DEFAULT | PM_NETMONITOR },
+       {"6680",  "RM-36",      PM_DEFAULT },
        {"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 },
@@ -304,7 +304,7 @@ static gn_phone_model models[] = {
        {"8270",  "NSD-5FX",    PM_OLD_DEFAULT },
        {"8280",  "RH-10",      PM_OLD_DEFAULT },
        {"8290",  "NSB-7",      PM_OLD_DEFAULT | PM_NETMONITOR | PM_DATA },
-       {"8310",  "NHM-7",      PM_DEFAULT | PM_NETMONITOR },
+       {"8310",  "NHM-7",      PM_DEFAULT  },
        {"8390",  "NSB-8",      PM_OLD_DEFAULT },
        {"8810",  "NSE-6",      PM_OLD_DEFAULT | PM_DATA },
        {"8850",  "NSM-2",      PM_OLD_DEFAULT | PM_NETMONITOR | PM_DATA },

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

Summary of changes:
 common/misc.c |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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