diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-02-18 13:37:35 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-02-18 13:47:35 +0100 |
commit | 1746949277cbcf9209fc67b36a091177a8476b29 (patch) | |
tree | 260078e31a53830bce484bfa2386b2986a664128 /src/mm-iface-modem.h | |
parent | be37f41f06af74280edd3e412c42e2357c180925 (diff) |
ports: add port initialization sequences instead of iface-modem's modem_init()
Instead of a custom modem_init() step in the 'Modem' interface, just add a
sequence of port initialization commands in each port.
While enabling for the first time a non-hotplugged modem, we will issue the
port initialization commands only after having run the enabling_modem_init()
step (i.e. after ATZ usually).
Diffstat (limited to 'src/mm-iface-modem.h')
-rw-r--r-- | src/mm-iface-modem.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mm-iface-modem.h b/src/mm-iface-modem.h index 1eb243f1..451c3f7e 100644 --- a/src/mm-iface-modem.h +++ b/src/mm-iface-modem.h @@ -228,14 +228,6 @@ struct _MMIfaceModem { GAsyncResult *res, GError **error); - /* Asynchronous modem initialization operation */ - void (*modem_init) (MMIfaceModem *self, - GAsyncReadyCallback callback, - gpointer user_data); - gboolean (*modem_init_finish) (MMIfaceModem *self, - GAsyncResult *res, - GError **error); - /* Asynchronous method to wait for the SIM to be ready after having * unlocked it. */ void (*modem_after_sim_unlock) (MMIfaceModem *self, |