summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGiacinto Cifelli <gciofono@gmail.com>2018-09-25 09:12:33 +0200
committerDenis Kenzior <denkenz@gmail.com>2018-09-25 09:40:18 -0500
commit635085b30e8979cde86952d8bdb59bc0c3d53234 (patch)
treeec9e9dbbb751a5d7315ee6e804d3b672486aa68e /plugins
parent66e9a30040e6ec2f15c3b8bbde4e446759d330a5 (diff)
downloadofono-635085b30e8979cde86952d8bdb59bc0c3d53234.tar.gz
gemalto: Use GEMALTO vendor instead of CINTERION
The sim atom is now created with the GEMALTO vendor instead of CINTERION. This is because GEMALTO has superceeded CINTERION and the gemalto plugin will be updated to handle (legacy) modems from cinterion as well as current gemalto devices.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/gemalto.c2
1 files changed, 1 insertions, 1 deletions
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)