summaryrefslogtreecommitdiff
path: root/src/devices/wwan
Commit message (Expand)AuthorAgeFilesLines
* core: remove unused 'error' argument to check_connection_compatible()Dan Williams2014-05-305-65/+16
* wwan: fix broken wwan plugin due to undefined symbolThomas Haller2014-05-141-0/+1
* wwan: implement plugin symbol visibilityDan Williams2014-05-137-17/+55
* devices: simplify plugin type checkingDan Williams2014-05-131-26/+0
* wwan: set modem to low power state when disablingdcbw/wwan-fixesDan Williams2014-05-061-1/+27
* wwan: read device & SIM identifiers from ModemManagerDan Williams2014-05-064-4/+127
* wwan: disable autoconnect if the given SIM PIN was wrongDan Williams2014-05-064-1/+39
* wwan: use modem states instead of enabled/connected propertiesDan Williams2014-05-065-224/+338
* wwan: make device available whenever it's not rfkilledDan Williams2014-05-061-15/+48
* core: ignore modem management service state in rfkill handlingDan Williams2014-05-062-25/+2
* all: set G_LOG_DOMAIN appropriately, for better g_log() messagesDan Winship2014-04-231-0/+1
* build: add some missing -DNM_VERSION_MAX_ALLOWEDDan Winship2014-04-071-0/+1
* wwan: disconnect modem signals when disposing NMDeviceModemDan Williams2014-03-211-5/+6
* core: add some assertions to avoid clang analyzer false positivesDan Winship2014-03-051-0/+2
* core: #include <gmodule.h> for G_MODULE_EXPORTDan Williams2014-03-041-0/+2
* core: consolidate auto-activation recheck signalsDan Williams2014-03-031-0/+1
* mobile: make WWAN support a pluginDan Williams2014-03-0315-0/+5214