telit: support QMI and MBIM modems

Vendor specific plugins that support QMI or MBIM based devices need to
handle the creation of these modems themselves.

https://bugs.freedesktop.org/show_bug.cgi?id=100372

Original patch by Aleksander Morgado.
This commit is contained in:
Daniele Palmas
2017-03-27 15:54:46 +02:00
committed by Aleksander Morgado
parent eee6896648
commit 6de2d84af1
3 changed files with 41 additions and 4 deletions

View File

@@ -38,10 +38,16 @@ telit_grab_port (MMPlugin *self,
MMDevice *device;
MMPortType ptype;
MMPortSerialAtFlag pflags = MM_PORT_SERIAL_AT_FLAG_NONE;
const gchar *subsys;
port = mm_port_probe_peek_port (probe);
ptype = mm_port_probe_get_port_type (probe);
device = mm_port_probe_peek_device (probe);
subsys = mm_port_probe_get_port_subsys (probe);
/* Just skip custom port identification for subsys different than tty */
if (!g_str_equal (subsys, "tty"))
goto out;
/* Look for port type hints; just probing can't distinguish which port should
* be the data/primary port on these devices. We have to tag them based on
@@ -102,6 +108,7 @@ telit_grab_port (MMPlugin *self,
ptype = MM_PORT_TYPE_IGNORED;
}
out:
return mm_base_modem_grab_port (modem,
port,
ptype,