All of lore.kernel.org
 help / color / mirror / Atom feed
From: Giacinto Cifelli <gciofono@gmail.com>
To: ofono@ofono.org
Subject: [PATCH] gemalto plugin: sim vendor to GEMALTO
Date: Tue, 25 Sep 2018 09:12:33 +0200	[thread overview]
Message-ID: <20180925071233.25070-2-gciofono@gmail.com> (raw)
In-Reply-To: <20180925071233.25070-1-gciofono@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 771 bytes --]

switched from CINTERION.
Note that the cinterion plugin itself does not use the specific vendor
for the sms atom.
---
 plugins/gemalto.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/gemalto.c b/plugins/gemalto.c
index b7734124..6e0d765b 100644
--- a/plugins/gemalto.c
+++ b/plugins/gemalto.c
@@ -571,7 +571,7 @@ static void gemalto_pre_sim(struct ofono_modem *modem)
 
 	ofono_devinfo_create(modem, 0, "atmodem", data->app);
 	ofono_location_reporting_create(modem, 0, "gemaltomodem", data->app);
-	data->sim = ofono_sim_create(modem, OFONO_VENDOR_CINTERION, "atmodem",
+	data->sim = ofono_sim_create(modem, OFONO_VENDOR_GEMALTO, "atmodem",
 						data->app);
 
 	if (data->sim && data->have_sim == TRUE)
-- 
2.17.1


  reply	other threads:[~2018-09-25  7:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-25  7:12 [PATCH] atmodem/sim: change vendor CINTERION in GEMALTO Giacinto Cifelli
2018-09-25  7:12 ` Giacinto Cifelli [this message]
2018-09-25 14:43 ` Denis Kenzior
2018-09-26  3:28   ` Giacinto Cifelli

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=20180925071233.25070-2-gciofono@gmail.com \
    --to=gciofono@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.