All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] sim: add method to query SIM Retry Counter
@ 2010-12-20 21:56 Lucas De Marchi
  2010-12-20 21:56 ` [PATCH 2/4] sim: add PinRetries property Lucas De Marchi
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Lucas De Marchi @ 2010-12-20 21:56 UTC (permalink / raw)
  To: ofono

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

---
 include/sim.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/include/sim.h b/include/sim.h
index 7860e24..50529bb 100644
--- a/include/sim.h
+++ b/include/sim.h
@@ -108,6 +108,9 @@ typedef void (*ofono_sim_passwd_cb_t)(const struct ofono_error *error,
 					enum ofono_sim_password_type type,
 					void *data);
 
+typedef void (*ofono_sim_retry_counter_cb_t)(const struct ofono_error *error,
+					int retry_counter, void *data);
+
 typedef void (*ofono_sim_lock_unlock_cb_t)(const struct ofono_error *error,
 					void *data);
 
@@ -144,6 +147,8 @@ struct ofono_sim_driver {
 			ofono_sim_passwd_cb_t cb, void *data);
 	void (*send_passwd)(struct ofono_sim *sim, const char *passwd,
 			ofono_sim_lock_unlock_cb_t cb, void *data);
+	void (*query_retry_counter)(struct ofono_sim *sim,
+			ofono_sim_retry_counter_cb_t cb, void *data);
 	void (*reset_passwd)(struct ofono_sim *sim, const char *puk,
 			const char *passwd,
 			ofono_sim_lock_unlock_cb_t cb, void *data);
-- 
1.7.3.4


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

end of thread, other threads:[~2010-12-23  0:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-20 21:56 [PATCH 1/4] sim: add method to query SIM Retry Counter Lucas De Marchi
2010-12-20 21:56 ` [PATCH 2/4] sim: add PinRetries property Lucas De Marchi
2010-12-20 21:56 ` [PATCH 3/4] doc: detail " Lucas De Marchi
2010-12-21  7:48   ` Sankar
2010-12-22 18:54     ` Lucas De Marchi
2010-12-23  0:40       ` Denis Kenzior
2010-12-20 21:56 ` [PATCH 4/4] atmodem: implement method to query PIN Retry Counter Lucas De Marchi

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.