diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-09-19 08:11:31 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-01 16:40:52 +0200 |
commit | 305f02267eec36889f70ce8f13acb50219e13ce0 (patch) | |
tree | 21b64813b53e5c2202166129d4134403544c02fc | |
parent | 28800018fb1ac459e67351eac3082f13958ab23e (diff) |
motorola: ensure we skip power down during init
-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 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; } |