summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* huawei: always use DHCP on QMI modemsaleksander/huawei-qmi-always-dhcpAleksander Morgado2014-08-131-1/+58
* huawei: define new specific QMI-based modem objectAleksander Morgado2014-08-134-6/+117
* bearer-qmi: allow forcing DHCP instead of static IP configAleksander Morgado2014-08-132-7/+77
* broadband-modem,plugins: fix GMatchInfo leaksBen Chan2014-08-125-2/+8
* huawei: minor style fixesAleksander Morgado2014-08-111-1/+3
* huawei: improve support for network time on Huawei modulesDavid McCullough2014-08-114-65/+404
* iface-mode: downgrade "access technology changed" message to debugDan Williams2014-08-111-4/+4
* build: INCLUDES -> AM_CPPFLAGS to quiet automake warningDan Williams2014-08-052-2/+2
* build: require libmbim 1.10.0Aleksander Morgado2014-08-041-1/+1
* libmbim-glib: handle explicit '+' on positive numbersDavid McCullough2014-07-291-1/+1
* plugin: improve probing decision logic for QMI and MBIMAleksander Morgado2014-07-271-17/+2
* broadband-modem-mbim: increase timeout for powering modem up and downBen Chan2014-07-171-1/+1
* bearer-mbim: increase disconnect timeoutBen Chan2014-07-171-1/+1
* polkit: fix Location.Setup() authorization rulesAleksander Morgado2014-07-111-1/+1
* broadband-modem-mbim: VZ20M returns ERROR_PIN_REQUIRED in PIN query responseAleksander Morgado2014-07-111-1/+9
* broadband-modem-mbim: reset strings to NULL, not 0Aleksander Morgado2014-07-091-2/+2
* broadband-modem-mbim: update_registration_info immune to null pointers passedkuonirat2014-07-091-2/+2
* sim: rename 'MMSim' to 'MMBaseSim'aleksander/base-object-renamesAleksander Morgado2014-07-0637-615/+614
* sms: rename 'MMSms' to 'MMBaseSms'Aleksander Morgado2014-07-0615-389/+384
* bearer: rename 'MMBearer' to 'MMBaseBearer'Aleksander Morgado2014-07-0642-558/+554
* manager: rename 'MMManager' to 'MMBaseManager'Aleksander Morgado2014-07-065-132/+132
* huawei: enable GPS_UNMANAGED for Huawei modemsDavid McCullough2014-07-041-59/+78
* option,hso: add missing GPS unamanged capabilityAleksander Morgado2014-07-041-1/+3
* huawei: close GPS port once GPS has been disabledAleksander Morgado2014-07-041-0/+6
* libqcdm: new 'reset' testerAleksander Morgado2014-07-033-1/+272
* huawei: GPS support for MU609/MU909David McCullough2014-07-033-2/+337
* cinterion: allow 'unmanaged' GPS setupAleksander Morgado2014-07-021-23/+44
* option,hso: print port type before parsingAleksander Morgado2014-07-021-0/+1
* option,hso: allow 'unmanaged' GPS setupAleksander Morgado2014-07-021-62/+83
* location: new 'unmanaged' GPS setupAleksander Morgado2014-07-024-11/+64
* bearer-mbim: ignore empty DNS server addressesDan Williams2014-07-011-12/+18
* cinterion: enable GPS location reporting for the PHS8 in QMI-modeAleksander Morgado2014-07-017-335/+666
* ifaces: always include <libmm-glib.h>Aleksander Morgado2014-07-015-0/+15
* huawei: avoid AT^GETPORTMODE in Huawei MU609David McCullough2014-07-012-1/+6
* cinterion: enable GPS location reporting for the PHS8 in AT-modeAleksander Morgado2014-06-274-3/+376
* modem-helpers: don't return any result if an error happens when parsing CPMS=?Aleksander Morgado2014-06-272-15/+33
* modem-helpers: improve +CMTI indication regexAleksander Morgado2014-06-251-1/+1
* cinterion: update default setting for new SMS indicationsAleksander Morgado2014-06-251-9/+215
* cinterion: new 'AT+CNMI=?' parser helperAleksander Morgado2014-06-253-0/+278
* base-modem: quicker find matching cdc-wdm QMI or MBIM portsAleksander Morgado2014-06-231-202/+48
* huawei: quicker find matching cdc-wdm AT portAleksander Morgado2014-06-231-68/+15
* port: store parent sysfs path in each MMPortAleksander Morgado2014-06-2320-18/+75
* huawei: flag /dev/cdc-wdm as primary if no primary found alreadyAleksander Morgado2014-06-231-2/+21
* huawei: setup unsolicited message handlers also in the AT cdc-wdm portsAleksander Morgado2014-06-231-52/+79
* huawei: use the cdc-wdm port dialing if availableAleksander Morgado2014-06-233-27/+177
* build: ignore test filesAleksander Morgado2014-06-221-0/+2
* build: avoid using 'INCLUDES' in Makefile.amAleksander Morgado2014-06-222-12/+18
* bearer-mbim: fix disconnect error handling case splitPrathmesh Prabhu2014-06-201-1/+1
* modem-helpers-mbim: map more MbimNwError to MMMobileEquipmentErrorPrathmesh Prabhu2014-06-191-0/+4
* bearer-mbim: disconnect attempt should succeed if bearer is already disconnectedPrathmesh Prabhu2014-06-181-25/+39