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_28-14


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_28-145-g72e45d8
Date: Tue, 08 Dec 2009 19:59:09 +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  72e45d85a2dee3442a55f05e644ac4ddd977ed2a (commit)
      from  57cee5f75ed9341a85a4fb2e9b0c6793c4903696 (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=72e45d85a2dee3442a55f05e644ac4ddd977ed2a


commit 72e45d85a2dee3442a55f05e644ac4ddd977ed2a
Author: Daniele Forsi <address@hidden>
Date:   Tue Dec 8 20:57:31 2009 +0100

    Replace "pcsc" with "APDU" for --identify

diff --git a/common/misc.c b/common/misc.c
index f4607e4..31b6869 100644
--- a/common/misc.c
+++ b/common/misc.c
@@ -324,7 +324,7 @@ static gn_phone_model models[] = {
        {"N-Gage", "NEM-4",     PM_OLD_DEFAULT },
        {"RinGo", "NHX-7",      PM_OLD_DEFAULT },
        {"sx1",  "SX1",         PM_DEFAULT },
-       {"SIM/USIM", "pcsc",    0 },
+       {"SIM/USIM", "APDU",    0 },
        {NULL,    NULL, 0 } /* keep last one as NULL */
 };
 
diff --git a/common/phones/pcsc.c b/common/phones/pcsc.c
index 78e79e5..acdd6a7 100644
--- a/common/phones/pcsc.c
+++ b/common/phones/pcsc.c
@@ -559,7 +559,7 @@ static gn_error Identify(gn_data *data, struct 
gn_statemachine *state)
                snprintf(data->manufacturer, GN_MANUFACTURER_MAX_LENGTH, "%s 
(%s)", gn_network_name_get(net_code), gn_country_name_get(mcc));
        }
 
-       snprintf(data->model, GN_MODEL_MAX_LENGTH, "%s", "pcsc");
+       snprintf(data->model, GN_MODEL_MAX_LENGTH, "%s", "APDU");
 
        /* read SIM "Phase Identification" */
        /* ignore errors, set default value above */

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

Summary of changes:
 common/misc.c        |    2 +-
 common/phones/pcsc.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs




reply via email to

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