From c78ba5ea0ad37dcff4c2a5ca3b7bca21526eba08 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Sat, 1 Jun 2019 10:23:15 +0200 Subject: build: allow unconditionally enabling Modem.Command() method If ModemManager is being used in a custom system, make it easy to unconditionally enable the Modem.Command() method, in case the modem needs to be configured in some way that is not supported via standard modem interfaces. --- src/mm-iface-modem.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mm-iface-modem.c') diff --git a/src/mm-iface-modem.c b/src/mm-iface-modem.c index 3f4c577b..17b3c295 100644 --- a/src/mm-iface-modem.c +++ b/src/mm-iface-modem.c @@ -753,6 +753,7 @@ handle_command_auth_ready (MMBaseModem *self, return; } +#if ! defined WITH_AT_COMMAND_VIA_DBUS /* If we are not in Debug mode, report an error */ if (!mm_context_get_debug ()) { g_dbus_method_invocation_return_error (ctx->invocation, @@ -763,6 +764,7 @@ handle_command_auth_ready (MMBaseModem *self, handle_command_context_free (ctx); return; } +#endif /* If command is not implemented, report an error */ if (!MM_IFACE_MODEM_GET_INTERFACE (self)->command || -- cgit v1.2.3-70-g09d2