* Re: [PATCH] telit: pass vendor at sim atom creation
2012-08-16 9:01 [PATCH] telit: pass vendor at sim atom creation Christopher Vogl
@ 2012-08-16 6:18 ` Denis Kenzior
0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2012-08-16 6:18 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 858 bytes --]
Hi Christopher,
On 08/16/2012 04:01 AM, Christopher Vogl wrote:
> ---
> plugins/telit.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
Patch has been applied, however...
> diff --git a/plugins/telit.c b/plugins/telit.c
> index 6ae7249..08ce4ad 100644
> --- a/plugins/telit.c
> +++ b/plugins/telit.c
> @@ -552,7 +552,7 @@ static void telit_pre_sim(struct ofono_modem *modem)
> DBG("%p", modem);
>
> ofono_devinfo_create(modem, 0, "atmodem", data->chat);
> - data->sim = ofono_sim_create(modem, 0, "atmodem", data->chat);
> + data->sim = ofono_sim_create(modem, OFONO_VENDOR_TELIT, "atmodem", data->chat);
Please be mindful of the 80 character per line limit. I amended the
patch for you, just this time... ;)
> ofono_voicecall_create(modem, 0, "atmodem", data->chat);
> }
>
Regards,
-Denis
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] telit: pass vendor at sim atom creation
@ 2012-08-16 9:01 Christopher Vogl
2012-08-16 6:18 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: Christopher Vogl @ 2012-08-16 9:01 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 632 bytes --]
---
plugins/telit.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/plugins/telit.c b/plugins/telit.c
index 6ae7249..08ce4ad 100644
--- a/plugins/telit.c
+++ b/plugins/telit.c
@@ -552,7 +552,7 @@ static void telit_pre_sim(struct ofono_modem *modem)
DBG("%p", modem);
ofono_devinfo_create(modem, 0, "atmodem", data->chat);
- data->sim = ofono_sim_create(modem, 0, "atmodem", data->chat);
+ data->sim = ofono_sim_create(modem, OFONO_VENDOR_TELIT, "atmodem", data->chat);
ofono_voicecall_create(modem, 0, "atmodem", data->chat);
}
--
1.7.7.6
--
Scanned by MailScanner.
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-16 9:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-16 9:01 [PATCH] telit: pass vendor at sim atom creation Christopher Vogl
2012-08-16 6:18 ` Denis Kenzior
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.