aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-01-01 11:53:09 +0100
committerAleksander Morgado <aleksander@lanedo.com>2013-01-11 10:05:45 +0100
commitf79f3b8770e356fa051927f783f332740cfab8de (patch)
treeafdd445285db3b07823fcd6f35490e21b70c398e
parent9f5cfefb009eda1af986236a92fbfdc46de7efd7 (diff)
nokia: ignore initial power state loading
No need to initially power-up the modem.
-rw-r--r--plugins/nokia/mm-broadband-modem-nokia.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/nokia/mm-broadband-modem-nokia.c b/plugins/nokia/mm-broadband-modem-nokia.c
index 218b29d5..e693d1cb 100644
--- a/plugins/nokia/mm-broadband-modem-nokia.c
+++ b/plugins/nokia/mm-broadband-modem-nokia.c
@@ -200,6 +200,8 @@ iface_modem_init (MMIfaceModem *iface)
* to be in CFUN=1 before we'll be able to talk to it in the first place,
* we shouldn't bother with CFUN at all.
*/
+ iface->load_power_state = NULL;
+ iface->load_power_state_finish = NULL;
iface->modem_power_up = NULL;
iface->modem_power_up_finish = NULL;
iface->modem_init_power_down = NULL;