All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] add send_passwd feature to qmimodem sim driver
@ 2017-01-03 10:55 Christophe Ronco
  2017-01-03 10:55 ` [PATCH 1/1] MC7430: Add " Christophe Ronco
  0 siblings, 1 reply; 20+ messages in thread
From: Christophe Ronco @ 2017-01-03 10:55 UTC (permalink / raw)
  To: ofono

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

Add ability to send PIN to modem (using QMI_UIM_VERIFY_PIN command).
This has been tested on MC7304 and MC7430 modems.
Password state and number of retries can now change after driver
initialization. So query_passwd_state and query_pin_retries are
implemented by asking modem for this information rather than remembering
initial value.
A retry has been implemented on query_passwd_state command. This command
is called just after PIN is entered and return a temporary error
(seen on MC7430).

Christophe Ronco (1):
  MC7430: Add send_passwd feature to qmimodem sim driver

 drivers/qmimodem/sim.c | 278 +++++++++++++++++++++++++++++++++++++++----------
 drivers/qmimodem/uim.h |  11 ++
 2 files changed, 232 insertions(+), 57 deletions(-)

-- 
2.11.0


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

end of thread, other threads:[~2017-01-17 10:29 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-03 10:55 [PATCH 0/1] add send_passwd feature to qmimodem sim driver Christophe Ronco
2017-01-03 10:55 ` [PATCH 1/1] MC7430: Add " Christophe Ronco
2017-01-03 16:54   ` Denis Kenzior
2017-01-10  8:38     ` [PATCH 0/4] Add pin_send " Christophe Ronco
2017-01-10  8:38       ` [PATCH 1/4] qmimodem: get password state from modem Christophe Ronco
2017-01-10 17:19         ` Denis Kenzior
2017-01-11 10:06           ` [PATCH 0/1] Correction of previous patch Christophe Ronco
2017-01-11 10:06             ` [PATCH 1/1] qmimodem: get password state from modem Christophe Ronco
2017-01-11 16:00               ` Denis Kenzior
2017-01-12 14:09                 ` [PATCH 0/1] Patch #3 resubmitted Christophe Ronco
2017-01-12 14:09                   ` [PATCH 1/1] qmimodem: query_passwd_state can be retried Christophe Ronco
2017-01-13 22:25                     ` Denis Kenzior
2017-01-17 10:29                       ` [PATCH 0/1] use g_timeout_add instead of usleep Christophe Ronco
2017-01-17 10:29                         ` [PATCH 1/1] qmimodem: query_passwd_state can be retried Christophe Ronco
2017-01-17  4:26                           ` Denis Kenzior
2017-01-10  8:38       ` [PATCH 2/4] qmimodem: add pin_send feature Christophe Ronco
2017-01-10 17:21         ` Denis Kenzior
2017-01-10  8:38       ` [PATCH 3/4] qmimodem: query_passwd_state can be retried Christophe Ronco
2017-01-10  8:38       ` [PATCH 4/4] udevng: Sierra modems use SIM driver Christophe Ronco
2017-01-10 17: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.