From: Denis Kenzior <denkenz@gmail.com>
To: ofono@ofono.org
Subject: Re: [PATCH v3 0/6] Query retry counters
Date: Mon, 10 Jan 2011 15:43:31 -0600 [thread overview]
Message-ID: <4D2B7D83.3060304@gmail.com> (raw)
In-Reply-To: <1294693351-25475-1-git-send-email-lucas.demarchi@profusion.mobi>
[-- Attachment #1: Type: text/plain, Size: 1297 bytes --]
Hi Lucas,
On 01/10/2011 03:02 PM, Lucas De Marchi wrote:
> Diff from previous version:
> - memset(retries, -1, sizeof(retries)) works, but it's just because of luck in
> 2's complement logic. Use a loop instead.
> - "^CPIN" command is exclusive to HUAWEI. So change "xcpin" prefix to
> "huawei_cpin" and passs OFONO_VENDOR_HUAWEI quirk on sim creation. This change
> needed 2 more patches (the first ones) in order to make it work.
> - space cleanup
> - use memcmp to compare the pin_retries array instead of a loop
>
> Lucas De Marchi (6):
> atmodem: check for VENDOR_HUAWEI on sim atom
> huawei: use VENDOR_HUAWEI quirk on sim creation
> include: add method to query pin Retries
> sim: query remaining pin retries
> doc: detail Retries property
> atmodem: implement query for remaining pin retries
>
> doc/sim-api.txt | 12 ++++++
> drivers/atmodem/sim.c | 95 ++++++++++++++++++++++++++++++++++++++++++++++++-
> include/sim.h | 5 +++
> plugins/huawei.c | 2 +-
> src/sim.c | 90 ++++++++++++++++++++++++++++++++++++++++++++++
> 5 files changed, 202 insertions(+), 2 deletions(-)
>
I have applied the first 5 patches in this series. See my comments for
the last patch.
Regards,
-Denis
prev parent reply other threads:[~2011-01-10 21:43 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-10 21:02 [PATCH v3 0/6] Query retry counters Lucas De Marchi
2011-01-10 21:02 ` [PATCH v3 1/6] atmodem: check for VENDOR_HUAWEI on sim atom Lucas De Marchi
2011-01-10 21:02 ` [PATCH v3 2/6] huawei: use VENDOR_HUAWEI quirk on sim creation Lucas De Marchi
2011-01-10 21:02 ` [PATCH v3 3/6] include: add method to query pin Retries Lucas De Marchi
2011-01-10 21:02 ` [PATCH v3 4/6] sim: query remaining pin retries Lucas De Marchi
2011-01-10 21:02 ` [PATCH v3 5/6] doc: detail Retries property Lucas De Marchi
2011-01-10 21:02 ` [PATCH v3 6/6] atmodem: implement query for remaining pin retries Lucas De Marchi
2011-01-10 21:44 ` Denis Kenzior
2011-01-10 21:43 ` 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=4D2B7D83.3060304@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.