diff options
-rw-r--r-- | plugins/option/mm-broadband-modem-hso.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/option/mm-broadband-modem-hso.c b/plugins/option/mm-broadband-modem-hso.c index cee5167e..a47210dd 100644 --- a/plugins/option/mm-broadband-modem-hso.c +++ b/plugins/option/mm-broadband-modem-hso.c @@ -334,6 +334,10 @@ iface_modem_init (MMIfaceModem *iface) { iface->create_bearer = modem_create_bearer; iface->create_bearer_finish = modem_create_bearer_finish; + + /* HSO modems don't need the extra 10s wait after powering up */ + iface->modem_after_power_up = NULL; + iface->modem_after_power_up_finish = NULL; } static void |