aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-01-01 11:53:29 +0100
committerAleksander Morgado <aleksander@lanedo.com>2013-01-11 10:05:45 +0100
commit5d02361501f7c93345aa10dfbd052a093fed40fd (patch)
treeb3f8313c051b7d44471b320b019353f14716df8f
parent923d4dd8bdd6d7a785ddbf7874c35b838ba46606 (diff)
iridium: ignore initial power state loading
No need to initially power-up the modem.
-rw-r--r--plugins/iridium/mm-broadband-modem-iridium.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/iridium/mm-broadband-modem-iridium.c b/plugins/iridium/mm-broadband-modem-iridium.c
index 23e32f0d..7032806a 100644
--- a/plugins/iridium/mm-broadband-modem-iridium.c
+++ b/plugins/iridium/mm-broadband-modem-iridium.c
@@ -467,6 +467,8 @@ iface_modem_init (MMIfaceModem *iface)
iface->setup_flow_control_finish = setup_flow_control_finish;
/* No need to power-up/power-down the modem */
+ iface->load_power_state = NULL;
+ iface->load_power_state_finish = NULL;
iface->modem_power_up = NULL;
iface->modem_power_up_finish = NULL;
iface->modem_power_down = NULL;