aboutsummaryrefslogtreecommitdiff
path: root/src/mm-plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-plugin.c')
-rw-r--r--src/mm-plugin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-plugin.c b/src/mm-plugin.c
index 4ec043a3..8efc24cf 100644
--- a/src/mm-plugin.c
+++ b/src/mm-plugin.c
@@ -962,6 +962,8 @@ mm_plugin_create_modem (MMPlugin *self,
return NULL;
mm_base_modem_set_hotplugged (modem, mm_device_get_hotplugged (device));
+ /* Reset hotplugged flag to guarantee full reconfiguration on next probe */
+ mm_device_reset_hotplugged (device);
if (port_probes) {
GList *l;