* [PATCH] Add support for Option iCON 451
@ 2010-04-14 5:45 Daniel Wagner
2010-04-14 5:43 ` Gustavo F. Padovan
0 siblings, 1 reply; 5+ messages in thread
From: Daniel Wagner @ 2010-04-14 5:45 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 807 bytes --]
Signed-off-by: Daniel Wagner <daniel.wagner@bmw-carit.de>
---
plugins/ofono.rules | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/plugins/ofono.rules b/plugins/ofono.rules
index f22d708..e6da49d 100644
--- a/plugins/ofono.rules
+++ b/plugins/ofono.rules
@@ -16,6 +16,7 @@ ATTRS{idVendor}=="0af0", ATTRS{idProduct}=="6911", ENV{OFONO_DRIVER}="hso"
ATTRS{idVendor}=="0af0", ATTRS{idProduct}=="6971", ENV{OFONO_DRIVER}="hso"
ATTRS{idVendor}=="0af0", ATTRS{idProduct}=="7401", ENV{OFONO_DRIVER}="hso"
ATTRS{idVendor}=="0af0", ATTRS{idProduct}=="7601", ENV{OFONO_DRIVER}="hso"
+ATTRS{idVendor}=="0af0", ATTRS{idProduct}=="7701", ENV{OFONO_DRIVER}="hso"
ATTRS{idVendor}=="0af0", ATTRS{idProduct}=="7901", ENV{OFONO_DRIVER}="hso"
# Ericsson F3507g
--
1.6.6.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH] Add support for Option iCON 451
2010-04-14 5:45 [PATCH] Add support for Option iCON 451 Daniel Wagner
@ 2010-04-14 5:43 ` Gustavo F. Padovan
2010-04-14 6:00 ` Daniel Wagner
0 siblings, 1 reply; 5+ messages in thread
From: Gustavo F. Padovan @ 2010-04-14 5:43 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1201 bytes --]
Hi Daniel,
* Daniel Wagner <daniel.wagner@bmw-carit.de> [2010-04-14 07:45:11 +0200]:
> Signed-off-by: Daniel Wagner <daniel.wagner@bmw-carit.de>
We do not use the signed-off line in oFono.
> ---
> plugins/ofono.rules | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/plugins/ofono.rules b/plugins/ofono.rules
> index f22d708..e6da49d 100644
> --- a/plugins/ofono.rules
> +++ b/plugins/ofono.rules
> @@ -16,6 +16,7 @@ ATTRS{idVendor}=="0af0", ATTRS{idProduct}=="6911", ENV{OFONO_DRIVER}="hso"
> ATTRS{idVendor}=="0af0", ATTRS{idProduct}=="6971", ENV{OFONO_DRIVER}="hso"
> ATTRS{idVendor}=="0af0", ATTRS{idProduct}=="7401", ENV{OFONO_DRIVER}="hso"
> ATTRS{idVendor}=="0af0", ATTRS{idProduct}=="7601", ENV{OFONO_DRIVER}="hso"
> +ATTRS{idVendor}=="0af0", ATTRS{idProduct}=="7701", ENV{OFONO_DRIVER}="hso"
> ATTRS{idVendor}=="0af0", ATTRS{idProduct}=="7901", ENV{OFONO_DRIVER}="hso"
>
> # Ericsson F3507g
> --
> 1.6.6.1
>
> _______________________________________________
> ofono mailing list
> ofono(a)ofono.org
> http://lists.ofono.org/listinfo/ofono
--
Gustavo F. Padovan
ProFUSION embedded systems - http://profusion.mobi
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH] Add support for Option iCON 451
2010-04-14 5:43 ` Gustavo F. Padovan
@ 2010-04-14 6:00 ` Daniel Wagner
2010-04-14 7:20 ` Gustavo F. Padovan
2010-04-14 10:37 ` Marcel Holtmann
0 siblings, 2 replies; 5+ messages in thread
From: Daniel Wagner @ 2010-04-14 6:00 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 404 bytes --]
Hi Gustavo,
On Wed, Apr 14, 2010 at 07:43:47AM +0200, Gustavo F. Padovan wrote:
> Hi Daniel,
>
> * Daniel Wagner <daniel.wagner@bmw-carit.de> [2010-04-14 07:45:11 +0200]:
>
> > Signed-off-by: Daniel Wagner <daniel.wagner@bmw-carit.de>
>
> We do not use the signed-off line in oFono.
Ah, sorry about that . Didn't know that. Do you want me to resend the
patch without signoff?
daniel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Add support for Option iCON 451
2010-04-14 6:00 ` Daniel Wagner
@ 2010-04-14 7:20 ` Gustavo F. Padovan
2010-04-14 10:37 ` Marcel Holtmann
1 sibling, 0 replies; 5+ messages in thread
From: Gustavo F. Padovan @ 2010-04-14 7:20 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 638 bytes --]
Hi Daniel,
* Daniel Wagner <daniel.wagner@bmw-carit.de> [2010-04-14 08:00:05 +0200]:
> Hi Gustavo,
>
> On Wed, Apr 14, 2010 at 07:43:47AM +0200, Gustavo F. Padovan wrote:
> > Hi Daniel,
> >
> > * Daniel Wagner <daniel.wagner@bmw-carit.de> [2010-04-14 07:45:11 +0200]:
> >
> > > Signed-off-by: Daniel Wagner <daniel.wagner@bmw-carit.de>
> >
> > We do not use the signed-off line in oFono.
>
> Ah, sorry about that . Didn't know that. Do you want me to resend the
> patch without signoff?
I don't know. Denis will tell that to you.
--
Gustavo F. Padovan
ProFUSION embedded systems - http://profusion.mobi
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Add support for Option iCON 451
2010-04-14 6:00 ` Daniel Wagner
2010-04-14 7:20 ` Gustavo F. Padovan
@ 2010-04-14 10:37 ` Marcel Holtmann
1 sibling, 0 replies; 5+ messages in thread
From: Marcel Holtmann @ 2010-04-14 10:37 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 454 bytes --]
Hi Daniel,
> > * Daniel Wagner <daniel.wagner@bmw-carit.de> [2010-04-14 07:45:11 +0200]:
> >
> > > Signed-off-by: Daniel Wagner <daniel.wagner@bmw-carit.de>
> >
> > We do not use the signed-off line in oFono.
>
> Ah, sorry about that . Didn't know that. Do you want me to resend the
> patch without signoff?
I just fixed that up for you manually. Just keep it in mind next time.
Patch has been applied. Thanks.
Regards
Marcel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-04-14 10:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-14 5:45 [PATCH] Add support for Option iCON 451 Daniel Wagner
2010-04-14 5:43 ` Gustavo F. Padovan
2010-04-14 6:00 ` Daniel Wagner
2010-04-14 7:20 ` Gustavo F. Padovan
2010-04-14 10:37 ` Marcel Holtmann
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.