All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ZTE/SpeedUp specificities
@ 2011-07-22 16:15 Philippe Nunes
  2011-07-22 16:15 ` [PATCH 1/4] atmodem: Add vendor entry for SpeedUp modems Philippe Nunes
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Philippe Nunes @ 2011-07-22 16:15 UTC (permalink / raw)
  To: ofono

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

On ZTE/Speedup modem, AT+CPIN? keeps returning CME ERROR 14 for a moment after successful AT+CPIN=".."
As there is no card status notification, a pooling with CPIN queries is used to detect the state change.

On SpeedUp modem (vendor id 0x1c9e), use the proprietary command AT+CPNNUM? to get the remaining SIM PIN attempts.

Philippe Nunes (4):
  atmodem: Add vendor entry for SpeedUp modems
  speedup: Create SIM atom with SpeedUp vendor to handle proprietary
    commands
  atmodem: Add a polling based on CPIN query to detect SIM state change
  atmodem: Add support for the PIN counter command AT+CPNNUM

 drivers/atmodem/sim.c    |  151 ++++++++++++++++++++++++++++++++++++++++++++++
 drivers/atmodem/vendor.h |    1 +
 plugins/speedup.c        |    2 +-
 3 files changed, 153 insertions(+), 1 deletions(-)


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

end of thread, other threads:[~2011-08-04 15:56 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-22 16:15 [PATCH 0/4] ZTE/SpeedUp specificities Philippe Nunes
2011-07-22 16:15 ` [PATCH 1/4] atmodem: Add vendor entry for SpeedUp modems Philippe Nunes
2011-07-27 14:13   ` Marcel Holtmann
2011-07-22 16:15 ` [PATCH 2/4] speedup: Create SIM atom with SpeedUp vendor to handle proprietary commands Philippe Nunes
2011-07-27 14:15   ` Marcel Holtmann
2011-07-22 16:15 ` [PATCH 3/4] atmodem: Add a polling based on CPIN query to detect SIM state change Philippe Nunes
2011-07-27 14:19   ` Marcel Holtmann
2011-07-22 16:15 ` [PATCH 4/4] atmodem: Add support for the PIN counter command AT+CPNNUM Philippe Nunes
2011-07-22 14:05   ` Denis Kenzior
2011-07-27 14:17   ` Marcel Holtmann
2011-08-04  7:34     ` Aygon, Bertrand
2011-08-04 15:44       ` Marcel Holtmann
2011-08-04 15:56         ` Aygon, Bertrand

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.