From 305f02267eec36889f70ce8f13acb50219e13ce0 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Wed, 19 Sep 2012 08:11:31 +0200 Subject: [PATCH] motorola: ensure we skip power down during init --- plugins/motorola/mm-broadband-modem-motorola.c | 2 ++ 1 file changed, 2 insertions(+) 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; }