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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-436-g98ef457
Date: Thu, 28 Feb 2013 14:13:19 +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  98ef457c8db3f76242147a29e8c1e89b601614aa (commit)
      from  0f37ac043a59e5d051bf492c607a2bd488dd91e0 (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=98ef457c8db3f76242147a29e8c1e89b601614aa


commit 98ef457c8db3f76242147a29e8c1e89b601614aa
Author: Daniele Forsi <address@hidden>
Date:   Thu Feb 28 14:27:50 2013 +0100

    Add id for Nokia 100 to misc.c only; use model=series40
    
    Thanks to Bruno Estieule for providing its id in the gnokii-users
    mailing list.

diff --git a/ChangeLog b/ChangeLog
index cba89a6..9d9b916 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,9 @@
     o don't overwrite user-provided TP-Validity-Period
       in sms_prepare()                              (Daniele Forsi)
     o fix false detection of compressed SMS         (Daniele Forsi)
+    o add id for Nokia 100; use model=series40; many commands don't
+      work, see the Series 30 section in Docs/README-6510
+                                                   (Bruno Estieule)
  * at driver updates
     o in the default case autodetect if PDU SMS starts with SMSC
                                                     (Daniele Forsi)
diff --git a/Docs/README-6510 b/Docs/README-6510
index 0592e39..8a4dde2 100644
--- a/Docs/README-6510
+++ b/Docs/README-6510
@@ -93,6 +93,7 @@ configuration parameter model=series40) but some commands do 
not work. It is
 unknown if some functionality is not implemented in phone's firmware or if it 
is
 available using different commands.
 Series 30 phones for which --identify works with this driver so far are:
+ * 100  RH-130 (--sendsms fails; --getsms fails)
  * 1110 RH-69 (--sendsms fails; --getsms fails)
  * 1110 RH-93
  * 1112 RH-92 (--sendsms fails; --getsms fails)
diff --git a/common/misc.c b/common/misc.c
index eca2a04..5609a1e 100644
--- a/common/misc.c
+++ b/common/misc.c
@@ -67,6 +67,7 @@ static gn_phone_model models[] = {
        {"22",    "TME-1",      PM_OLD_DEFAULT },
        {"30",    "TME-3",      PM_OLD_DEFAULT },
        {"100",   "THX-9L",     PM_OLD_DEFAULT },
+       {"100",   "RH-130",     PM_DEFAULT_S30 },
        {"450",   "THF-9",      PM_OLD_DEFAULT },
        {"505",   "NHX-8",      PM_OLD_DEFAULT },
        {"540",   "THF-11",     PM_OLD_DEFAULT },

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

Summary of changes:
 ChangeLog        |    3 +++
 Docs/README-6510 |    1 +
 common/misc.c    |    1 +
 3 files changed, 5 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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