From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============9111302244371498147==" MIME-Version: 1.0 From: Kristen Carlson Accardi Subject: [PATCH 0/3] Allow use of from_io constructor Date: Mon, 10 May 2010 11:39:40 -0700 Message-ID: <1273516783-5132-1-git-send-email-kristen@linux.intel.com> List-Id: To: ofono@ofono.org --===============9111302244371498147== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Create a way to get the GAtIO object from GAtChat. Use it to call g_at_ppp_new_from_io so that g_at_chat_suspend will work properly. Kristen Carlson Accardi (3): gsmdial: use g_at_chat_suspend gatchat: implement g_at_chat_get_io() gsmdial: use g_at_ppp_new_from_io() gatchat/gatchat.c | 8 ++++++++ gatchat/gatchat.h | 2 ++ gatchat/gsmdial.c | 14 +++++++------- 3 files changed, 17 insertions(+), 7 deletions(-) --===============9111302244371498147==--