diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-06-25 10:56:17 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-06-26 11:07:40 +0200 |
commit | a9ebec949e5d9bfafad08cb04f7d0bbef5201be1 (patch) | |
tree | 8147e555ee4fa3fe14e4498c45061018daf642cd /src/mm-port-probe.c | |
parent | a420ef3a0ad9e1eeb0f302b511ba8c2bb5883e9a (diff) |
plugin-manager: handle modems where only some ports report being Icera
Icera-based Nokia modems may reply correctly to the Icera probing only in some
AT ports, not in all. In order to handle this situation we override the final
plugin selected to be the Icera-based one if we find that the mismatched plugins
have the 'icera-allowed' and 'icera-forbidden' filters.
https://bugzilla.gnome.org/show_bug.cgi?id=703022
Diffstat (limited to 'src/mm-port-probe.c')
-rw-r--r-- | src/mm-port-probe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-port-probe.c b/src/mm-port-probe.c index 76487534..8fb5706a 100644 --- a/src/mm-port-probe.c +++ b/src/mm-port-probe.c @@ -218,7 +218,7 @@ mm_port_probe_set_result_at_icera (MMPortProbe *self, self->priv->is_icera = TRUE; self->priv->flags |= MM_PORT_PROBE_AT_ICERA; } else { - mm_dbg ("(%s/%s) Modem is NOT Icera-based", + mm_dbg ("(%s/%s) Modem is probably not Icera-based", g_udev_device_get_subsystem (self->priv->port), g_udev_device_get_name (self->priv->port)); self->priv->is_icera = FALSE; |