diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-09-17 12:46:41 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-11 09:24:22 +0000 |
commit | 45a238bca3dfe39adfa444445e278c7752786f9d (patch) | |
tree | 26eec4a0679050ff875cd65df530c1160f047d0a | |
parent | c820e02ff8929897da23f699eae01a6db46405ed (diff) |
iface-modem: allow disabling signal quality polling during runtime
E.g. if we have a specific command to enable the signal quality URCs,
we should only disable polling if the command is supported by the
specific modem and the command succeeds. If unsupported or fails, we
shouldn't disable the polling.
-rw-r--r-- | src/mm-iface-modem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-iface-modem.c b/src/mm-iface-modem.c index a2d4aa2e..d708f78c 100644 --- a/src/mm-iface-modem.c +++ b/src/mm-iface-modem.c @@ -5698,7 +5698,7 @@ iface_modem_init (gpointer g_iface) "Periodic signal check disabled", "Whether periodic signal check is disabled.", FALSE, - G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY)); + G_PARAM_READWRITE)); g_object_interface_install_property (g_iface, |