From: Denis Kenzior <denkenz@gmail.com>
To: ofono@ofono.org
Subject: Re: [PATCH 1/1] add set_online interface to he910 modem
Date: Tue, 02 Dec 2014 11:36:38 -0600 [thread overview]
Message-ID: <547DF8A6.7080405@gmail.com> (raw)
In-Reply-To: <547C526D.3030901@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1345 bytes --]
Hi Alexey,
On 12/01/2014 05:35 AM, Alexey Mednyy wrote:
> Had to add set_online interface to he910 modem connman now, working
> properly if disable he910 cellular (was not implemented error before).
> ---
> plugins/he910.c | 25 +++++++++++++++++++++++++
> 1 file changed, 25 insertions(+)
>
Please be aware that HE910s are shipped with no support for online mode.
It was a feature added by later firmware. On earlier firmware, the
HE910 would turn off the SIM when CFUN=4 is sent. This is obviously not
what oFono expects.
By now this patch is probably okay to accept as the new firmware is more
widely available. However, you might want to double check that your
firmware is recent enough and is working as expected.
> diff --git a/plugins/he910.c b/plugins/he910.c
> index 69362b8..add2243 100644
> --- a/plugins/he910.c
> +++ b/plugins/he910.c
> @@ -322,6 +322,30 @@ static void he910_pre_sim(struct ofono_modem *modem)
> ofono_location_reporting_create(modem, 0, "telitmodem", data->chat);
> }
>
> +
> +static void set_online_cb(gboolean ok, GAtResult *result, gpointer
> user_data)
Please re-read our coding style guidelines in doc/coding-style.txt. In
particular, pay attention to indentation rules and how to break up long
lines (over 80 characters).
Regards,
-Denis
prev parent reply other threads:[~2014-12-02 17:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-01 11:35 [PATCH 1/1] add set_online interface to he910 modem Alexey Mednyy
2014-12-02 17:36 ` Denis Kenzior [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=547DF8A6.7080405@gmail.com \
--to=denkenz@gmail.com \
--cc=ofono@ofono.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.