plugins/udevng: ublox: set model string

Necessary for supporting the ublox TOBY L2 modem.
This commit is contained in:
Dragos Tatulea 2016-03-09 16:44:44 +01:00 committed by Denis Kenzior
parent 56ff134721
commit 126b0424d3
1 changed files with 1 additions and 0 deletions

View File

@ -467,6 +467,7 @@ static gboolean setup_icera(struct modem_info *modem)
ofono_modem_set_string(modem->modem, "Aux", aux);
ofono_modem_set_string(modem->modem, "Modem", mdm);
ofono_modem_set_string(modem->modem, "NetworkInterface", net);
ofono_modem_set_string(modem->modem, "Model", modem->model);
return TRUE;
}