summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* core: add helper for parsing and validating the ICCIDDan Williams2013-09-094-57/+177
* serial: add debugging to serial port open failuresDan Williams2013-07-231-4/+13
* modem-helpers: handle commas within +COPS response items (bgo #701329)Dan Williams2013-05-312-7/+21
* gsm: match PDP context type when reading existing APNsDan Williams2013-05-311-1/+1
* serial-parser: detect 'NA' as a mobile equipment errorAleksander Morgado2013-05-301-0/+17
* core: read PCI VID/PIDDan Williams2013-05-301-0/+16
* serial-port-qcdm: set SEND_DELAY to 0 (bgo #698869)Dan Williams2013-05-301-0/+2
* cdma: fix crash when disabling modemDan Williams2013-05-301-1/+1
* core: if no dial number is given, use standard onesDan Williams2013-05-291-1/+13
* core: rework logging code to remove log message truncation (bgo #698312)Dan Williams2013-04-181-35/+36
* core: fix mixup of signal handler disconnect vs. GSource removalDan Williams2013-04-091-2/+11
* blacklist: ignore a few more Arduinos (rh #861620)Dan Williams2013-04-081-0/+6
* blacklist: ignore Arduino devicesAleksander Morgado2013-04-041-0/+5
* core: show simple connect state as string for debuggingThomas Bechtold2013-03-261-1/+24
* sms-utils: use correct printf modifier for gsizeThomas Bechtold2013-03-261-3/+3
* blacklist: ignore West Mountain radio devicesAleksander Morgado2013-03-131-0/+5
* gsm,cdma: don't reset connected state if disconnecting failsDan Williams2013-02-203-114/+20
* serial-port: don't steal data from PPP when connectedDan Williams2013-02-151-5/+26
* Revert "serial-port: don't steal data from PPP when connected"Dan Williams2013-02-151-4/+0
* core: use g_unix_signal_add() for more reliable Unix signal handlingDan Williams2013-02-123-17/+29
* serial-port: don't steal data from PPP when connectedDan Williams2013-02-121-0/+4
* blacklist: ignore all devices from VID 0x0617Aleksander Morgado2013-01-091-0/+3
* ModemManager: Blacklist Dangerous Prototypes Bus Pirate v4Anton Blanchard2012-12-231-0/+3
* gsm: simplify some codeDan Williams2012-12-131-55/+56
* serial: clear serial info struct before calling ioctl()Aleksander Morgado2012-12-031-2/+2
* cdma: skip shadowing error variableAleksander Morgado2012-11-301-6/+7
* cdma: avoid double free of GErrorAleksander Morgado2012-11-301-1/+0
* plugin-base: handle Huawei Data07 capabilities probingAleksander Morgado2012-11-281-0/+1
* gsm: always try +CSQ if +CIND fails; fix bugsDan Williams2012-11-261-22/+28
* serial: fix warning when driver doesn't support closing_wait (bgo #630670)Dan Williams2012-11-141-3/+15
* blacklist: skip probing Atmel samba bootloaderAleksander Morgado2012-11-131-0/+3
* blacklist: skip probing SheevaPlug serial portsAleksander Morgado2012-10-171-1/+3
* cdma: get ESN from the cache or QCDM if AT port is not availableDan Williams2012-10-061-12/+68
* gsm: fall back to +CSQ if +CIND reports no signal (bgo #636040)Dan Williams2012-10-041-14/+23
* trivial: move CIND processing function down a bitDan Williams2012-10-041-38/+38
* core: stop probing if a Modem has already been created for a port (bgo #685398)Dan Williams2012-10-031-0/+8
* cdma: allow plugins to skip AT+CAD queriesDan Williams2012-09-212-31/+72
* gsm: avoid segfault in +CLCK response parserAleksander Morgado2012-09-171-4/+3
* core: fix a leak in "core: better handling of non-UCS2 conversions that shoul...Dan Williams2012-09-121-0/+1
* gsm: skip additional UTF-8 validity check when parsing operatorAleksander Morgado2012-09-121-3/+4
* core: better handling of non-UCS2 conversions that should be UCS2 (bgo #683817)Dan Williams2012-09-113-14/+70
* cdma: return composite signal quality, not just CDMA 1xDan Williams2012-09-101-13/+34
* core: make GMatchInfo uint item helper genericDan Williams2012-09-102-0/+44
* core: add generic value hash codeDan Williams2012-09-075-146/+103
* core: recognize LTE capabilities when probingDan Williams2012-09-072-0/+4
* gsm: add LTE allowed modesDan Williams2012-09-072-3/+5
* gsm: change to proper LTE entry in the ETSI mode table.Marius B. Kotsbak2012-09-071-1/+1
* modem-helpers: add support for LTE/4G access technology parsing.Marius B. Kotsbak2012-09-071-1/+3
* core: speed up QCDM probing a bitDan Williams2012-08-291-16/+30
* icera: handle additional IPv4 configuration optionsDan Williams2012-08-282-1/+6