- Apr 18, 2016
-
-
Aleksander Morgado authored
-
Aleksander Morgado authored
-
- Apr 15, 2016
-
-
Dan Williams authored
Hook up to the WDS Packet Service Status indication, listen for disconnection events, and disconnect the bearer when we get one.
-
- Apr 13, 2016
-
-
Aleksander Morgado authored
Tested by: <than@redhat.com> https://bugs.freedesktop.org/show_bug.cgi?id=94777
-
Aleksander Morgado authored
-
- Apr 08, 2016
-
-
Aleksander Morgado authored
When we were completing tasks in idle, the logic was like this: * Schedule task completion in idle * self->priv->task = NULL * (idle) Task completion callback called This meant that the self->priv->task was always set to NULL before the completion callback was called, which is what we wanted as a new task may be scheduled in the callback itself. Now, without completing in idle, we were wrongly doing: * Task completion callback called * self->priv->task = NULL This commit fixes the logic by making sure self->priv->task = NULL before any task completion.
-
- Apr 06, 2016
-
-
Initialized "cgmi_retries" variable from CustomInitContext with the same value as the other retries, moreover the context is now allocated with g_slice_new0. Before this changes, when cgmi_retries assumed big values during the probing of no AT-capable ports, the command AT+CGMI (mm-plugin-dell.c:custom_init_step) was sent a semi-infinite number of times, blocking the plugin's initialization.
-
- Apr 03, 2016
-
-
Aleksander Morgado authored
If systemd is found, enable suspend resume support.
-
Aleksander Morgado authored
-
Aleksander Morgado authored
-
- Mar 27, 2016
-
-
Aleksander Morgado authored
-
Aleksander Morgado authored
-
Aleksander Morgado authored
The options that require an argument should explicitly specify so. Before: --log-level=INFO Log level: one of [ERR, WARN, INFO, DEBUG] --log-file Path to log file After: --log-level=[LEVEL] Log level: one of ERR, WARN, INFO, DEBUG --log-file=[PATH] Path to log file
-
Aleksander Morgado authored
-
Aleksander Morgado authored
-
Aleksander Morgado authored
-
- Mar 26, 2016
-
-
- Mar 25, 2016
-
-
Aleksander Morgado authored
-
mm-modem-oma.c:400:51: error: implicit conversion from enumeration type 'MMOmaSessionType' to different enumeration type 'MMOmaFeature' [-Werror,-Wenum-conversion] g_return_val_if_fail (MM_IS_MODEM_OMA (self), MM_OMA_SESSION_TYPE_UNKNOWN); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/glib-2.0/glib/gmessages.h:382:11: note: expanded from macro 'g_return_val_if_fail' return (val); \ ~~~~~~ ^~~ This should be MMOmaFeature, not MMOmaSessionType. The end result is the same, as both are 0.
-
- Mar 23, 2016
-
-
Aleksander Morgado authored
Reported by: Michael Biebl <biebl@debian.org>
-
- Mar 22, 2016
-
-
The task completion may try to enqueue a next probe task and in mm_port_probe_run() it asserts there's no task linked. https://bugs.freedesktop.org/show_bug.cgi?id=94664 Fixes: 1939c5ac
-
- Mar 21, 2016
-
-
Aleksander Morgado authored
-
"Newer upower versions no longer emit that signal since this handled by systemd." by Michael Biebl <mbiebl@gmail.org> https://lists.freedesktop.org/archives/devkit-devel/2014-March/001575.html See also "Plans for UPower 1.0" by Richard Hughes <hughsient@gmail.com> https://lists.freedesktop.org/archives/devkit-devel/2013-January/001339.html Signed-off-by: poma <pomidorabelisima@gmail.com>
-
GCC 6 doesn't like this. Unused since f2024b78.
-
GCC 6 notices an unused constant and errors out.
-
Aleksander Morgado authored
-
Aleksander Morgado authored
Based on an equivalent patch from Philip Withnall <philip@tecnocode.co.uk> for libmbim; see: https://bugs.freedesktop.org/show_bug.cgi?id=94639
-
- Mar 18, 2016
-
-
Aleksander Morgado authored
Also bump soname of libmm-glib, as the interface has grown since the last tag.
-
Aleksander Morgado authored
-
Aleksander Morgado authored
Preparing for the new ModemManager stable release, we now require the latest stable series of both libmbim and libqmi.
-
- Mar 16, 2016
-
-
Aleksander Morgado authored
html/MMCallProperties.html:141: warning: no link for: 'mm-modem-voice-create' -> (<code class="function">mm_modem_voice_create()</code>). html/MMCallProperties.html:141: warning: no link for: 'mm-modem-voice-create-sync' -> (<code class="function">mm_modem_voice_create_sync()</code>). html/MMModemVoice.html:379: warning: no link for: 'mm-modem-voice-delete-finish' -> (<code class="function">mm_modem_voice_delete_finish()</code>). html/MMModemVoice.html:380: warning: no link for: 'mm-modem-voice-delete-sync' -> (<code class="function">mm_modem_voice_delete_sync()</code>).
-
Aleksander Morgado authored
html/MMModemLocation.html:516: warning: no link for: 'mm-modem-dup-supl-server' -> (<code class="function">mm_modem_dup_supl_server()</code>).
-
- Mar 15, 2016
-
-
Dan Williams authored
make distcheck runs a build in dist directory subtirs and then runs intltool -m which in turn complains about translations in a built file: The following files contain translations and are currently not in use. Please consider adding these to the POTFILES.in file, located in the po/ directory. sub/data/org.freedesktop.ModemManager.policy.in The issue is reported to intltool upstream already: https://bugs.launchpad.net/intltool/+bug/1117944
-
Aleksander Morgado authored
-
Aleksander Morgado authored
So that appending a new item in the list only inserts one new line (i.e. the last $(NULL) is the last item always).
-
Aleksander Morgado authored
We try to combine in common envvars the compiler and linker flags shared by the different components, and where possible, also re-using the implicit AM_CFLAGS and AM_LDFLAGS variables that automake provides, and which apply to all objects being built in the same Makefile.am. The plugins build rules are also updated so that whenever a plugin has some testable 'helpers', these are compiled into a noinst library and then the new library included by both the plugin and the tester program. This avoids multiple recompilations of the same sources for different objects.
-
Aleksander Morgado authored
We try to combine in common envvars the compiler and linker flags shared by the different components, and where possible, also re-using the implicit AM_CFLAGS and AM_LDFLAGS variables that automake provides, and which apply to all objects being built in the same Makefile.am. The internal libmodem-helpers.la library is also renamed to libhelpers.la
-
Aleksander Morgado authored
The rule with multiple targets means that for each of the target the command specified is run; not that a single run of the command generates all the targets specified. So, generate the .c file with the command, and make the .h and the .xml files a side-effect of the .c generation.
-
Dan Williams authored
Cinterion PHS8-US devices send split PDP context ID like "(1-17,101-112)" and that caused the modem-helpers to choke.
-
- Mar 13, 2016
-
-
Aleksander Morgado authored
-