Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-29 | atutil: use g_new0 for callback data memory | Jeevaka Badrappan | 1 | -4/+1 | |
2011-01-27 | atmodem: Add Sierra vendor quirk for SIM file reading | Marcel Holtmann | 1 | -0/+1 | |
2011-01-27 | atmodem: Add vendor entry for Sierra Wireless | Marcel Holtmann | 1 | -0/+1 | |
2011-01-27 | isimodem: Fix race condition in SIM probe | Aki Niemi | 1 | -3/+1 | |
Fix a potential race condition between HPLMN query and subscribing to SIM status indications. | |||||
2011-01-26 | voicecall: remove ofono_cug_option | Jeevaka Badrappan | 7 | -62/+10 | |
2011-01-26 | atmodem: rename parameter according to header | Lucas De Marchi | 1 | -2/+2 | |
2011-01-25 | isimodem: Remove unused declaration | Aki Niemi | 1 | -2/+0 | |
2011-01-22 | atmodem: Add support for technology reporting via CNTI | Marcel Holtmann | 1 | -36/+77 | |
2011-01-22 | atmodem: Add support for Gobi technology change handling | Marcel Holtmann | 2 | -0/+50 | |
2011-01-22 | atmodem: The Gobi devices have CI and LAC as unqouted strings | Marcel Holtmann | 1 | -0/+2 | |
2011-01-22 | atmodem: Use Qualcomm Gobi quirks for SMS, CBS and USSD | Marcel Holtmann | 3 | -0/+3 | |
2011-01-22 | atmodem: Use switch statements for USSD vendor quirks | Marcel Holtmann | 1 | -2/+10 | |
2011-01-22 | atmodem: Use switch statements for CBS vendor quirks | Marcel Holtmann | 1 | -1/+6 | |
2011-01-22 | atmodem: Use switch statements for SMS vendor quirks | Marcel Holtmann | 1 | -13/+28 | |
2011-01-22 | atmodem: Add quirk for Qualcomm Gobi modems | Marcel Holtmann | 1 | -0/+1 | |
2011-01-21 | isimodem: fix sending DTMF | Kai Vehmanen | 1 | -1/+1 | |
isi_call_dtmf_send_resp() handles the success case incorrectly, and thus all send_tones attempts fail with bogus error codes. | |||||
2011-01-21 | isimodem: fix issue with user busy release | Jeevaka Badrappan | 1 | -4/+9 | |
when the user rejects the incoming call, hangup_active will get called on the driver side whereas when the user rejects the waiting call, set_udub will get called on the driver side. | |||||
2011-01-21 | calypso: Fix issue with name presentation and voice calls | Marcel Holtmann | 1 | -0/+2 | |
The Calypso voice call driver uses an ofono_call object that is on the stack. It is not automatically initilized to zero and thus causes to have a name presentation that is not valid UTF-8. This in return makes D-Bus fail and disconnect from the bus. To fix this ensure that the ofono_call object is properly set to zero first before populating it with values. | |||||
2011-01-20 | sim-auth: Add atmodem driver | Andrzej Zaborowski | 3 | -0/+168 | |
2011-01-20 | atmodem: Remove deregister implementation | Aki Niemi | 1 | -20/+0 | |
2011-01-20 | isimodem: Remove deregister implementation | Aki Niemi | 1 | -9/+0 | |
2011-01-20 | atmodem: Always listen for bearer notifications | Marcel Holtmann | 1 | -14/+4 | |
2011-01-20 | atmodem: packet switch bearer support | Rémi Denis-Courmont | 1 | -0/+33 | |
2011-01-19 | sim: Add a missing break statement just in case | Denis Kenzior | 1 | -0/+1 | |
2011-01-19 | atmodem: add ifx support for pin retry count | Jeevaka Badrappan | 1 | -27/+69 | |
2011-01-18 | voicecall: Be more explicit when copying structs | Denis Kenzior | 1 | -1/+2 | |
2011-01-18 | atmodem: add cdip to voicecall | Lucas De Marchi | 1 | -2/+59 | |
2011-01-18 | atmodem: add cdip to call-settings | Lucas De Marchi | 1 | -0/+26 | |
2011-01-18 | isimodem: fix crash in gprs | Pekka Pessi | 1 | -0/+3 | |
There was a crash if gprs was removed while creating context. | |||||
2011-01-18 | isimodem: Style fix in gprs, M12 | Aki Niemi | 1 | -6/+6 | |
2011-01-18 | atmodem: fix signal strength issue with ifx | Jeevaka Badrappan | 1 | -2/+2 | |
2011-01-18 | atmodem: coding style fix | Jeevaka Badrappan | 1 | -1/+1 | |
2011-01-17 | Fix crash in isimodem call forwarding. | Pekka Pessi | 1 | -5/+8 | |
2011-01-14 | cdmamodem: fix to follow oFono probe rules | Dara Spieker-Doyle | 1 | -2/+10 | |
Not allowed to call register directly from probe, use g_idle_add instead for now | |||||
2011-01-14 | stemodem: Always run +CGACT? when we get +CGEV. | Marit Henriksen | 1 | -7/+3 | |
Remove checks for certain values of CGEV, and instead we will always run CGACT? to check what contexts that are active. | |||||
2011-01-14 | stemodem: Use macro for context status. | Marit Henriksen | 1 | -1/+2 | |
2011-01-14 | stemodem: Return immediately if not voice call. | Marit Henriksen | 1 | -3/+3 | |
2011-01-14 | stemodem: Use macro for clip validity. | Marit Henriksen | 1 | -1/+1 | |
2011-01-14 | stemodem: Removed defaults in switches. | Marit Henriksen | 1 | -10/+7 | |
Coding style guidline M12. | |||||
2011-01-14 | hfpmodem: Incorrect string length in dtmf buf. | Helen Clemson | 1 | -3/+2 | |
Strlen includes a NULL character. | |||||
2011-01-14 | stemodem: Incorrect string length in dtmf buf. | Helen Clemson | 1 | -4/+2 | |
Strlen includes a NULL character. | |||||
2011-01-14 | stemodem: Fix spelling mistake in error message. | Helen Clemson | 1 | -1/+1 | |
2011-01-14 | ifxmodem: change AT command for enabling SATK | Jeevaka Badrappan | 1 | -6/+5 | |
2011-01-14 | ifxmodem: add enable/disable ctm support | Jeevaka Badrappan | 3 | -0/+199 | |
2011-01-13 | cdmamodem: Add CDMA devinfo support | Dara Spieker-Doyle | 3 | -0/+192 | |
2011-01-13 | cdmamodem: M15 Coding style fix | Dara Spieker-Doyle | 2 | -4/+4 | |
2011-01-13 | atutil: remove unused mpty | Jeevaka Badrappan | 1 | -1/+0 | |
2011-01-13 | atmodem: fix +COLR parsing | Rémi Denis-Courmont | 1 | -1/+28 | |
AT+COLR does not have a local presentation mode and thus it cannot be factored with the other commands. This partially reverts commit f2baa88d7577649358f1f8587e5a9b6aa730ca41. | |||||
2011-01-12 | atutil: Break out attribute parser into atutil | Denis Kenzior | 3 | -39/+53 | |
2011-01-12 | cdmamodem: Remove unneeded assignments | Denis Kenzior | 1 | -2/+0 | |