diff options
Diffstat (limited to 'src/mm-plugin.c')
-rw-r--r-- | src/mm-plugin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-plugin.c b/src/mm-plugin.c index c7a58b77..b6889ef3 100644 --- a/src/mm-plugin.c +++ b/src/mm-plugin.c @@ -802,6 +802,8 @@ mm_plugin_create_modem (MMPlugin *self, port_probes, error); if (modem) { + mm_base_modem_set_hotplugged (modem, mm_device_get_hotplugged (device)); + /* Grab each port */ for (l = port_probes; l; l = g_list_next (l)) { GError *inner_error = NULL; |