aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/motorola/mm-broadband-modem-motorola.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/motorola/mm-broadband-modem-motorola.c b/plugins/motorola/mm-broadband-modem-motorola.c
index ba784b9f..b7b640c1 100644
--- a/plugins/motorola/mm-broadband-modem-motorola.c
+++ b/plugins/motorola/mm-broadband-modem-motorola.c
@@ -77,6 +77,8 @@ iface_modem_init (MMIfaceModem *iface)
/* These devices just don't implement AT+CFUN */
iface->modem_power_up = NULL;
iface->modem_power_up_finish = NULL;
+ iface->modem_init_power_down = NULL;
+ iface->modem_init_power_down_finish = NULL;
iface->modem_power_down = NULL;
iface->modem_power_down_finish = NULL;
}