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.
This commit is contained in:
Giacinto Cifelli 2018-09-25 09:12:33 +02:00 committed by Denis Kenzior
parent 66e9a30040
commit 635085b30e
1 changed files with 1 additions and 1 deletions

View File

@ -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)