All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH_v6 0/5] Escape sequence and ATO0 implementation
@ 2011-05-20  9:38 Guillaume Zajac
  2011-05-20  9:38 ` [PATCH_v6 1/5] gathdlc: add g_at_hdlc_resume() API Guillaume Zajac
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Guillaume Zajac @ 2011-05-20  9:38 UTC (permalink / raw)
  To: ofono

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

Hi,

Change log from v5:
	- regroups multiple patches in one patch
	- contains ATO0 implementation
	- contains all resume function
	- contains fix for not removing io_disconnect function
	  while unrefing GAtPPP if it is suspended

Guillaume Zajac (5):
  gathdlc: add g_at_hdlc_resume() API
  ppp_net: add ppp_net_resume_interface() API
  gatppp: add public suspend/resume APIs and suspended state
  emulator: add dun_ato_cb() definition and register it in GAtServer
  gsmdial: add escape sequence/ATH0/ATO0 testing option

 gatchat/gathdlc.c |   16 +++++++++++
 gatchat/gathdlc.h |    1 +
 gatchat/gatppp.c  |   64 +++++++++++++++++++++++++++++++++++++++++++++-
 gatchat/gatppp.h  |    2 +
 gatchat/gsmdial.c |   73 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 gatchat/ppp.h     |    1 +
 gatchat/ppp_net.c |   10 +++++++
 src/emulator.c    |   54 +++++++++++++++++++++++++++++++++++++++
 8 files changed, 219 insertions(+), 2 deletions(-)


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

end of thread, other threads:[~2011-05-25 10:43 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-20  9:38 [PATCH_v6 0/5] Escape sequence and ATO0 implementation Guillaume Zajac
2011-05-20  9:38 ` [PATCH_v6 1/5] gathdlc: add g_at_hdlc_resume() API Guillaume Zajac
2011-05-25 10:39   ` Denis Kenzior
2011-05-20  9:38 ` [PATCH_v6 2/5] ppp_net: add ppp_net_resume_interface() API Guillaume Zajac
2011-05-25 10:39   ` Denis Kenzior
2011-05-20  9:38 ` [PATCH_v6 3/5] gatppp: add public suspend/resume APIs and suspended state Guillaume Zajac
2011-05-25 10:40   ` Denis Kenzior
2011-05-20  9:38 ` [PATCH_v6 4/5] emulator: add dun_ato_cb() definition and register it in GAtServer Guillaume Zajac
2011-05-25 10:43   ` Denis Kenzior
2011-05-20  9:38 ` [PATCH_v6 5/5] gsmdial: add escape sequence/ATH0/ATO0 testing option Guillaume Zajac
2011-05-25 10:43   ` 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.