All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH_v2 0/4] Use sim atom with cdma modems
@ 2011-11-21 10:54 Guillaume Zajac
  2011-11-21 10:54 ` [PATCH_v2 1/4] cdmamodem: Add sim driver implementation Guillaume Zajac
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Guillaume Zajac @ 2011-11-21 10:54 UTC (permalink / raw)
  To: ofono

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

Hi,

Changelog from v1:
	- Implement sim specific cdmamodem drivers.
	- If no read drivers are implemented, call callback with failure
	  to continue with sim initialization routines.
	- If SIM is embedded but AT+CPIN? answers SIM not inserted, continue
	  with sim_initialize_after_pin() to get the IMSI.

Kind regards,
Guillaume

Guillaume Zajac (4):
  cdmamodem: Add sim driver implementation
  simfs: Call callback with failure if driver is not implemented
  huaweicdma: Add SIM creation and set_online method driver
  sim: Get IMSI if sim state is OFONO_SIM_STATE_INSERTED

 Makefile.am                   |    3 +-
 drivers/cdmamodem/cdmamodem.c |    2 +
 drivers/cdmamodem/cdmamodem.h |    3 +
 drivers/cdmamodem/sim.c       |  582 +++++++++++++++++++++++++++++++++++++++++
 plugins/huaweicdma.c          |  283 +++++++++++++++++++-
 src/sim.c                     |    2 +
 src/simfs.c                   |    4 +-
 7 files changed, 870 insertions(+), 9 deletions(-)
 create mode 100644 drivers/cdmamodem/sim.c


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

end of thread, other threads:[~2011-11-29 14:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-21 10:54 [PATCH_v2 0/4] Use sim atom with cdma modems Guillaume Zajac
2011-11-21 10:54 ` [PATCH_v2 1/4] cdmamodem: Add sim driver implementation Guillaume Zajac
2011-11-27 12:02   ` Denis Kenzior
2011-11-29 14:20     ` Guillaume Zajac
2011-11-21 10:54 ` [PATCH_v2 2/4] simfs: Call callback with failure if driver is not implemented Guillaume Zajac
2011-11-27 12:04   ` Denis Kenzior
2011-11-21 10:54 ` [PATCH_v2 3/4] huaweicdma: Add SIM creation and set_online method driver Guillaume Zajac
2011-11-27 14:29   ` Denis Kenzior
2011-11-21 10:54 ` [PATCH_v2 4/4] sim: Get IMSI if sim state is OFONO_SIM_STATE_INSERTED Guillaume Zajac
2011-11-27 12:08   ` 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.