Re: [PATCH] Add support of Huawei EM770 modem

2010-03-15 Thread Marcel Holtmann
Hi Yang, > Comparing with general Huawei modem, EM770 is a full feature modem that > supports voicecall, phonebook, call forwarding, call barring, etc. > --- > Makefile.am|3 + > plugins/huawei-em770.c | 226 > > plugins/ofono.rul

[PATCH] Add support of Huawei EM770 modem

2010-03-15 Thread Yang Gu
Comparing with general Huawei modem, EM770 is a full feature modem that supports voicecall, phonebook, call forwarding, call barring, etc. --- Makefile.am|3 + plugins/huawei-em770.c | 226 plugins/ofono.rules|1 + plugins/u

Re: [PATCH] doc: Add SmsManager API documentation.

2010-03-15 Thread Denis Kenzior
Hi João, > --- > doc/sms-api.txt | 47 +++ > 1 files changed, 47 insertions(+), 0 deletions(-) > create mode 100644 doc/sms-api.txt > Patch has been applied, I amended the patch to remove an extra newline that was introduced. Thanks, -Denis _

Re: [patch 1/6] Add PPP protocol support with HDLC framing

2010-03-15 Thread Denis Kenzior
Hi Kristen, > On Thu, 11 Mar 2010 20:17:49 -0600 > > Denis Kenzior wrote: > > > + } else { > > > + /* store last flag character */ > > > + link->buffer[link->index++] = data[pos]; > > > + frame = ppp_decode(l

Re: [patch 1/6] Add PPP protocol support with HDLC framing

2010-03-15 Thread Kristen Carlson Accardi
On Thu, 11 Mar 2010 20:17:49 -0600 Denis Kenzior wrote: > > > + } else { > > + /* store last flag character */ > > + link->buffer[link->index++] = data[pos]; > > + frame = ppp_decode(link, link->buff

[PATCH] doc: Add SmsManager API documentation.

2010-03-15 Thread João Paulo Rechi Vita
--- doc/sms-api.txt | 47 +++ 1 files changed, 47 insertions(+), 0 deletions(-) create mode 100644 doc/sms-api.txt diff --git a/doc/sms-api.txt b/doc/sms-api.txt new file mode 100644 index 000..80de1db --- /dev/null +++ b/doc/sms-api.txt @@ -0,0