From: Marcel Holtmann <marcel@holtmann.org>
To: ofono@ofono.org
Subject: Re: [PATCH] hso: Set modem name based on udev network interface name
Date: Mon, 25 Oct 2010 13:17:24 +0200 [thread overview]
Message-ID: <1288005444.9729.7.camel@aeonflux> (raw)
In-Reply-To: <20101025091609.178830@gmx.com>
[-- Attachment #1: Type: text/plain, Size: 1270 bytes --]
Hi Benoit,
> Subject: [PATCH] hso: Set modem name based on udev network interface name
>
> Useful if you have multiple identical modems and you need a way
> to know which modem you're talking to.
> ---
> plugins/hso.c | 6 ++++++
> 1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/plugins/hso.c b/plugins/hso.c
> index 055c63b..a9fb1ba 100644
> --- a/plugins/hso.c
> +++ b/plugins/hso.c
> @@ -59,6 +59,7 @@ struct hso_data {
> static int hso_probe(struct ofono_modem *modem)
> {
> struct hso_data *data;
> + const char *interface;
>
> DBG("%p", modem);
>
> @@ -68,6 +69,11 @@ static int hso_probe(struct ofono_modem *modem)
>
> ofono_modem_set_data(modem, data);
>
> + /* Set name based on network interface name */
> + interface = ofono_modem_get_string(modem, "NetworkInterface");
> + if (interface)
> + ofono_modem_set_name(modem, interface);
> +
> return 0;
> }
the friendly modem name is for devices that do have a friendly name,
like Bluetooth headsets. Why do you wanna misuse the interface name
here. I am a bit against this, because it leads to speculation and
assumptions in userspace programs.
Regards
Marcel
next prev parent reply other threads:[~2010-10-25 11:17 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-25 9:13 [PATCH] hso: Set modem name based on udev network interface name =?unknown-8bit?q?Beno=C3=AEt?= Monin
2010-10-25 11:17 ` Marcel Holtmann [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-10-25 11:35 =?unknown-8bit?q?Beno=C3=AEt?= Monin
2010-10-25 12:15 ` Marcel Holtmann
2010-11-07 20:32 ` =?unknown-8bit?q?Beno=C3=AEt?= Monin
2010-10-21 8:26 =?unknown-8bit?q?Beno=C3=AEt?= Monin
2010-10-22 15:39 ` Denis Kenzior
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=1288005444.9729.7.camel@aeonflux \
--to=marcel@holtmann.org \
--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