* [PATCH_v3] plugins: Update new at_util_sim_state_query_new() prototype use
@ 2012-04-17 14:49 Guillaume Zajac
2012-04-17 14:52 ` Guillaume Zajac
0 siblings, 1 reply; 2+ messages in thread
From: Guillaume Zajac @ 2012-04-17 14:49 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 2407 bytes --]
---
plugins/alcatel.c | 3 ++-
plugins/mbm.c | 2 +-
plugins/samsung.c | 3 ++-
plugins/speedup.c | 3 ++-
plugins/zte.c | 3 ++-
5 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/plugins/alcatel.c b/plugins/alcatel.c
index fd0e4ec..8005170 100644
--- a/plugins/alcatel.c
+++ b/plugins/alcatel.c
@@ -157,7 +157,8 @@ static void cfun_enable(gboolean ok, GAtResult *result, gpointer user_data)
}
data->sim_state_query = at_util_sim_state_query_new(data->aux,
- 2, 20, sim_state_cb, modem);
+ 2, 20, sim_state_cb, modem,
+ NULL);
}
static int alcatel_enable(struct ofono_modem *modem)
diff --git a/plugins/mbm.c b/plugins/mbm.c
index 32c7665..035f87e 100644
--- a/plugins/mbm.c
+++ b/plugins/mbm.c
@@ -164,7 +164,7 @@ done:
data->sim_state_query = at_util_sim_state_query_new(data->modem_port,
1, 5,
sim_state_cb,
- modem);
+ modem, NULL);
}
static void cfun_enable(gboolean ok, GAtResult *result, gpointer user_data)
diff --git a/plugins/samsung.c b/plugins/samsung.c
index 8e0d360..68a9b0a 100644
--- a/plugins/samsung.c
+++ b/plugins/samsung.c
@@ -142,7 +142,8 @@ static void cfun_enable(gboolean ok, GAtResult *result, gpointer user_data)
}
data->sim_state_query = at_util_sim_state_query_new(data->chat,
- 1, 5, sim_state_cb, modem);
+ 1, 5, sim_state_cb, modem,
+ NULL);
}
static int samsung_enable(struct ofono_modem *modem)
diff --git a/plugins/speedup.c b/plugins/speedup.c
index ca6ed13..ca33f48 100644
--- a/plugins/speedup.c
+++ b/plugins/speedup.c
@@ -174,7 +174,8 @@ static void cfun_enable(gboolean ok, GAtResult *result, gpointer user_data)
}
data->sim_state_query = at_util_sim_state_query_new(data->aux,
- 2, 20, sim_state_cb, modem);
+ 2, 20, sim_state_cb, modem,
+ NULL);
}
static int speedup_enable(struct ofono_modem *modem)
diff --git a/plugins/zte.c b/plugins/zte.c
index 3a83c8b..53beefe 100644
--- a/plugins/zte.c
+++ b/plugins/zte.c
@@ -218,7 +218,8 @@ static void cfun_enable(gboolean ok, GAtResult *result, gpointer user_data)
}
data->sim_state_query = at_util_sim_state_query_new(data->aux,
- 2, 20, sim_state_cb, modem);
+ 2, 20, sim_state_cb, modem,
+ NULL);
}
static int zte_enable(struct ofono_modem *modem)
--
1.7.4.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH_v3] plugins: Update new at_util_sim_state_query_new() prototype use
2012-04-17 14:49 [PATCH_v3] plugins: Update new at_util_sim_state_query_new() prototype use Guillaume Zajac
@ 2012-04-17 14:52 ` Guillaume Zajac
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Zajac @ 2012-04-17 14:52 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 353 bytes --]
Hi All,
On 17/04/2012 16:49, Guillaume Zajac wrote:
> ---
> plugins/alcatel.c | 3 ++-
> plugins/mbm.c | 2 +-
> plugins/samsung.c | 3 ++-
> plugins/speedup.c | 3 ++-
> plugins/zte.c | 3 ++-
> 5 files changed, 9 insertions(+), 5 deletions(-)
<snip>
Please ignore this one.
Kind regards,
Guillaume
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-17 14:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-17 14:49 [PATCH_v3] plugins: Update new at_util_sim_state_query_new() prototype use Guillaume Zajac
2012-04-17 14:52 ` Guillaume Zajac
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.