From: Denis Kenzior <denkenz@gmail.com>
To: ofono@ofono.org
Subject: Re: [PATCH 1/2] sim900: Add support for SIMCOM SMS delivery reports
Date: Mon, 27 Feb 2012 20:32:55 -0600 [thread overview]
Message-ID: <4F4C3CD7.7040206@gmail.com> (raw)
In-Reply-To: <1330327184-1497-1-git-send-email-r.r.zaripov@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1015 bytes --]
Hi Renat,
On 02/27/2012 01:19 AM, r.r.zaripov(a)gmail.com wrote:
> From: Renat Zaripov <r.r.zaripov@gmail.com>
>
> ---
> plugins/sim900.c | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/plugins/sim900.c b/plugins/sim900.c
> index f7b1642..b2d1b46 100644
> --- a/plugins/sim900.c
> +++ b/plugins/sim900.c
> @@ -224,7 +224,8 @@ static void sim900_post_sim(struct ofono_modem *modem)
> DBG("%p", modem);
>
> ofono_phonebook_create(modem, 0, "atmodem", data->modem);
> - ofono_sms_create(modem, 0, "atmodem", data->modem);
> + ofono_sms_create(modem, OFONO_VENDOR_SIMCOM, "atmodem",
I had to fix up a trailing whitespace error at the end of this line. It
might be a good idea to configure your editor to show these, or use
checkpatch.pl from the Linux kernel to check the patches before submission.
> + data->modem);
> }
>
> static void sim900_post_online(struct ofono_modem *modem)
Patch has been applied, thanks.
Regards,
-Denis
prev parent reply other threads:[~2012-02-28 2:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-27 7:19 [PATCH 1/2] sim900: Add support for SIMCOM SMS delivery reports r.r.zaripov
2012-02-27 7:19 ` [PATCH 2/2] sim900: Disable sending AT+CNMA r.r.zaripov
2012-02-28 2:33 ` Denis Kenzior
2012-02-28 2:32 ` 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=4F4C3CD7.7040206@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.