gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnokii] 01/01: Add id for Nokia C1-0 to misc.c only; use model=series40


From: Daniele Forsi
Subject: [gnokii] 01/01: Add id for Nokia C1-0 to misc.c only; use model=series40
Date: Sat, 07 Jun 2014 11:31:34 +0000

dforsi pushed a commit to branch master
in repository gnokii.

commit 99dfd34224e7e415f3deaf9f7239db6a76355d81
Author: Daniele Forsi <address@hidden>
Date:   Sat Jun 7 13:26:20 2014 +0200

    Add id for Nokia C1-0 to misc.c only; use model=series40
    
    Thanks to GDR! for providing its id in the gnokii-users mailing list.
---
 ChangeLog     |    2 ++
 common/misc.c |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 08ee153..1585de1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,8 @@
       work, see the Series 30 section in Docs/README-6510
                                                    (Bruno Estieule)
     o add GN_OP_Passthrough                         (Daniele Forsi)
+    o add id for Nokia C1-02 to misc.c only; use model=series40
+      partially supported because it's a 6th Edition phone   (GDR!)
  * at driver updates
     o in the default case autodetect if PDU SMS starts with SMSC
                                                     (Daniele Forsi)
diff --git a/common/misc.c b/common/misc.c
index 5609a1e..e1e0fab 100644
--- a/common/misc.c
+++ b/common/misc.c
@@ -319,6 +319,7 @@ static gn_phone_model models[] = {
        {"N73",   "RM-133",     PM_DEFAULT },
        {"RPM-1", "RPM-1",      PM_OLD_DEFAULT | PM_DATA },
        {"C1-01", "RM-607",     PM_DEFAULT_S40_3RD },  /* Series 40 6th Edition 
Lite */
+       {"C1-02", "RM-643",     PM_DEFAULT_S40_3RD },  /* Series 40 6th Edition 
Lite */
        {"C2-03", "RM-70",      PM_DEFAULT_S40_3RD },
        {"Card Phone 1.0", "RPE-1",     PM_OLD_DEFAULT | PM_DATA },
        {"Card Phone 2.0", "RPM-1",     PM_OLD_DEFAULT | PM_DATA },



reply via email to

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