motorola: ensure we skip power down during init

This commit is contained in:
Aleksander Morgado
2012-09-19 08:11:31 +02:00
parent 28800018fb
commit 305f02267e

View File

@@ -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;
}