All of lore.kernel.org
 help / color / mirror / Atom feed
* A small patch for gemalto plugin
@ 2018-04-19  7:58 Mark van der Putten
  2018-04-19 15:26 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Mark van der Putten @ 2018-04-19  7:58 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 894 bytes --]

From df8af202e8382056be80ce24387bee104bf8f048 Mon Sep 17 00:00:00 2001
From: Mark van der Putten <mark.van.der.putten@intemo.com>
Date: Wed, 18 Apr 2018 17:19:01 +0200
Subject: [PATCH] Signal sim initialized for gemalto plugin

Modem type PLS8-E, firmware 03.017
---
 plugins/gemalto.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/plugins/gemalto.c b/plugins/gemalto.c
index af02403..ec8174d 100644
--- a/plugins/gemalto.c
+++ b/plugins/gemalto.c
@@ -204,6 +204,11 @@ static void gemalto_ciev_notify(GAtResult *result,
gpointer user_data)
                     NULL);
         break;
 
+    /* USIM initialization completed. UE has finished reading USIM data. */
+    case 5:
+            ofono_sim_initialized_notify(sim);
+        break;
+
     default:
         break;
     }
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: A small patch for gemalto plugin
  2018-04-19  7:58 A small patch for gemalto plugin Mark van der Putten
@ 2018-04-19 15:26 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2018-04-19 15:26 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 544 bytes --]

Hi Mark,

On 04/19/2018 02:58 AM, Mark van der Putten wrote:
>  From df8af202e8382056be80ce24387bee104bf8f048 Mon Sep 17 00:00:00 2001
> From: Mark van der Putten <mark.van.der.putten@intemo.com>
> Date: Wed, 18 Apr 2018 17:19:01 +0200
> Subject: [PATCH] Signal sim initialized for gemalto plugin
> 
> Modem type PLS8-E, firmware 03.017
> ---
>   plugins/gemalto.c | 5 +++++
>   1 file changed, 5 insertions(+)
> 

This patch doesn't apply.  Any chance you can use git send-email to 
submit this properly?

Regards,
-Denis

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-04-19 15:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-19  7:58 A small patch for gemalto plugin Mark van der Putten
2018-04-19 15:26 ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.