From: Daniel Oliveira Nascimento <don@syst.com.br>
To: ofono@ofono.org
Subject: Re: [PATCH 1/1] Huawei E176: Mark primary and secondary device at ofono.rules TODO: Fix sim_add detection, add E1552 idProduct to ofono.rules
Date: Mon, 31 May 2010 14:00:22 -0300 [thread overview]
Message-ID: <201005311400.22934.don@syst.com.br> (raw)
In-Reply-To: <87d3wc2etx.fsf@potku.valot.fi>
[-- Attachment #1: Type: text/plain, Size: 1731 bytes --]
I was testing this driver with Huawei E220 modem. Here it appears in port 1
too. I just patched ofono with the following patch and it works. But I don't
have a modem that appears in port 2 to test. In ModemManager [1] seems that
they try to detect the second device in functions supports_device and
probe_second_timeout, and it seems to be the best approach here too.
[1] http://cgit.freedesktop.org/ModemManager/ModemManager/tree/plugins/mm-
plugin-huawei.c
---
plugins/udev.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/plugins/udev.c b/plugins/udev.c
index bdac4fd..fd67583 100644
--- a/plugins/udev.c
+++ b/plugins/udev.c
@@ -244,7 +244,7 @@ static void add_huawei(struct ofono_modem *modem,
primary = 1;
ofono_modem_set_integer(modem, "PrimaryRegistered", primary);
- } else if (g_strcmp0(num, "02") == 0) {
+ } else {
if (secondary != 0)
return;
--
1.6.4.2
Em Seg 31 Mai 2010, às 13:52:58, Kalle Valo escreveu:
> Marcel Holtmann <marcel@holtmann.org> writes:
> > Hi Kalle,
>
> Hallo Marcel,
>
> >> I personally would prefer a solution which would dynamically probe the
> >> ports and choose them based on results. I believe modemmanager does
> >> something like this, but I haven't looked in detail.
> >
> > we should do something like auto-detect at some point, but there are
> > limits in it.
>
> So what's the best option to go forward?
>
> And related to this, can we rely on the port numbering order provided by
> udev? For example, on my Huawei E1552 port 0 is the main chat port and
> port 2 is the "event" port. Is it certain that port numbering will be
> the same across all distributions and kernels?
next prev parent reply other threads:[~2010-05-31 17:00 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-30 13:47 [PATCH 1/1] Huawei E176: Mark primary and secondary device at ofono.rules TODO: Fix sim_add detection, add E1552 idProduct to ofono.rules Florian Steinel
2010-05-31 12:29 ` Kalle Valo
2010-05-31 15:52 ` Marcel Holtmann
2010-05-31 16:52 ` Kalle Valo
2010-05-31 17:00 ` Daniel Oliveira Nascimento [this message]
2010-06-01 19:09 ` Denis Kenzior
2010-05-31 17:57 ` Florian Steinel
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=201005311400.22934.don@syst.com.br \
--to=don@syst.com.br \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox