aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmicli/qmicli.c
AgeCommit message (Collapse)AuthorFilesLines
2016-11-30qmicli: use G_SOURCE_CONTINUE to reset the unix signal handlerHEADmasterAleksander Morgado1-7/+6
2016-11-25qmicli: use g_clear_object() to cleanup cancellable after async operationAleksander Morgado1-4/+2
2016-11-25qmicli: use g_unix_signal_add() to setup signalsAleksander Morgado1-15/+17
So that we can safely call GLib/GIO functions from within the signal handlers.
2016-11-25qmicli: fix second ctrl+c handling in qmicliAleksander Morgado1-1/+1
A single ctrl+c cancels the GCancellable, and the second ctrl+c should have stopped the GMainLoop, but that was never happening.
2016-10-26pdc: new PDC service implementationAliaksandr Barouski1-0/+11
Added calls for configure hp4120 LTE modem
2016-07-07qmicli: support MBIM EXT_QMUX devicesBjørn Mork1-0/+7
Signed-off-by: Bjørn Mork <bjorn@mork.no>
2016-07-07qmicli: remove unused user_data in qmi_device_new() callbackAleksander Morgado1-1/+1
Reported-by: Jing Chen <jing.chen@spirent.com>
2016-03-03trivial: whitespace fixesDan Williams1-17/+17
2016-01-24qmicli: new '--get-expected-data-format' & '--set-expected-data-format' actionsAleksander Morgado1-1/+75
These new actions allow to query or update the data format expected by the kernel in the WWAN interface associated to the cdc-wdm device used.
2015-02-25qmicli: new WMS action groupAleksander Morgado1-0/+11
Currently just supporting '--wms-reset' and '--wms-noop'.
2015-02-07qmicli: new '--voice-get-config' actionAleksander Morgado1-0/+11
2015-01-28qmicli: new '--get-wwan-iface' command line option to print WWAN iface nameAleksander Morgado1-1/+34
2015-01-11qmicli: update copyright datesAleksander Morgado1-2/+2
2014-05-20cli,wda: new '--wda-get-data-format' actionAleksander Morgado1-0/+11
2013-12-13qmicli: add '--device-open-net' optionAleksander Morgado1-0/+9
The device-open-net cmdline option allows you to specify network-mode and/or qos-header mode flags when opening the device. This has been found to be necessary on some cards/modes such as the MC7750 in LTE mode. Based on an original patch from: Tim Harvey <tharvey@gateworks.com>
2013-09-05qmicli: new '--device-open-proxy' option to request to use the qmi-proxyAleksander Morgado1-0/+7
2013-09-05build: move source code under src/Aleksander Morgado1-0/+620