diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-01-01 11:53:21 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-01-11 10:05:45 +0100 |
commit | 923d4dd8bdd6d7a785ddbf7874c35b838ba46606 (patch) | |
tree | c9df6f1a141dc9b36b933d42023fd78cfa6ed634 | |
parent | f79f3b8770e356fa051927f783f332740cfab8de (diff) |
motorola: ignore initial power state loading
No need to initially power-up the modem.
-rw-r--r-- | plugins/motorola/mm-broadband-modem-motorola.c | 2 |
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 b7b640c1..65d16b6d 100644 --- a/plugins/motorola/mm-broadband-modem-motorola.c +++ b/plugins/motorola/mm-broadband-modem-motorola.c @@ -75,6 +75,8 @@ iface_modem_init (MMIfaceModem *iface) iface->load_equipment_identifier_finish = NULL; /* These devices just don't implement AT+CFUN */ + 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; |