diff options
-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; |