diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-10-25 21:39:46 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-11-17 11:30:01 +0100 |
commit | 81302efa661f848455a1bfe44b27608b11d6d49b (patch) | |
tree | c4ee58c60d071f992c6bab8c8016e557e6d490eb /src/mm-iface-modem.h | |
parent | 21c775703c9e3852fdda206a9658cb236613ef85 (diff) |
iface-modem: use external dispatcher to attempt FCC unlock
We remove the built-in FCC unlock procedures from the ModemManager, we
will no longer run them automatically, and instead rely on external
scripts/programs to do that.
Packages providing the external FCC unlock tools can install them in
${pkglibdir}/fcc-unlock.d.
Users manually enabling external FCC unlock tools can install them in
${pkgsysconfdir}/fcc-unlock.d.
The user-enabled path takes precedence over the package-enabled one.
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 34f3297b..2abadf27 100644 --- a/src/mm-iface-modem.h +++ b/src/mm-iface-modem.h @@ -270,14 +270,6 @@ struct _MMIfaceModem { GAsyncResult *res, GError **error); - /* Asynchronous FCC unlock operation */ - void (* fcc_unlock) (MMIfaceModem *self, - GAsyncReadyCallback callback, - gpointer user_data); - gboolean (* fcc_unlock_finish) (MMIfaceModem *self, - GAsyncResult *res, - GError **error); - /* Asynchronous modem power-up operation */ void (*modem_power_up) (MMIfaceModem *self, GAsyncReadyCallback callback, |