All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for emergency number list from modem
@ 2011-03-25 14:08 Jeevaka Badrappan
  2011-03-25 14:08 ` [PATCH 1/2] voicecall: add ofono_voicecall_en_list_notify api Jeevaka Badrappan
  2011-03-25 14:08 ` [PATCH 2/2] ifxmodem: add support for emergency number list Jeevaka Badrappan
  0 siblings, 2 replies; 4+ messages in thread
From: Jeevaka Badrappan @ 2011-03-25 14:08 UTC (permalink / raw)
  To: ofono

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

Hi,

 Following set of patch adds the emergency number list update from
the modem. Upon emergency number list update from modem, ofono
core will be updated which will result in dbus property change signal
as well. With this patch, even if the emergency number list maintained
in ofono matches with the received emergency number list from modem,
dbus property change will be signalled. If this should be avoided,
then it needs to be decided whether the check should be added in core
or for each modem.

Regards,
Jeevaka

Jeevaka Badrappan (2):
  voicecall: add ofono_voicecall_en_list_notify api
  ifxmodem: add support for emergency number list

 drivers/ifxmodem/voicecall.c |   98 ++++++++++++++++++++++++++++++++++++++++++
 include/voicecall.h          |    3 +
 src/voicecall.c              |   12 +++++
 3 files changed, 113 insertions(+), 0 deletions(-)


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

end of thread, other threads:[~2011-03-25 17:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-25 14:08 [PATCH 0/2] Add support for emergency number list from modem Jeevaka Badrappan
2011-03-25 14:08 ` [PATCH 1/2] voicecall: add ofono_voicecall_en_list_notify api Jeevaka Badrappan
2011-03-25 17:44   ` Denis Kenzior
2011-03-25 14:08 ` [PATCH 2/2] ifxmodem: add support for emergency number list Jeevaka Badrappan

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.