From 60211b51b112db23c07dfd62dd6336a964a287e0 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Mon, 29 Jun 2020 09:57:28 +0200 Subject: quectel,shared: use QGPS=? test to check capabilities --- plugins/quectel/mm-shared-quectel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/quectel/mm-shared-quectel.c') diff --git a/plugins/quectel/mm-shared-quectel.c b/plugins/quectel/mm-shared-quectel.c index 1b8fe6f5..c485f6f5 100644 --- a/plugins/quectel/mm-shared-quectel.c +++ b/plugins/quectel/mm-shared-quectel.c @@ -293,9 +293,9 @@ parent_load_capabilities_ready (MMIfaceModemLocation *self, /* Probe QGPS support */ g_assert (priv->qgps_supported == FEATURE_SUPPORT_UNKNOWN); mm_base_modem_at_command (MM_BASE_MODEM (self), - "+QGPS?", + "+QGPS=?", 3, - FALSE, /* not cached */ + TRUE, /* cached */ (GAsyncReadyCallback)probe_qgps_ready, task); } -- cgit v1.2.3-70-g09d2