summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Collapse)AuthorFilesLines
2010-12-16ifx: Take out unused definesDenis Kenzior1-6/+0
2010-12-16atmodem: Add CNAP parsing to voicecallGustavo F. Padovan1-0/+47
2010-12-11atutil: Fix parsing of un-quoted CREG / CGREGDenis Kenzior1-2/+17
On broken hardware like the Huawei, it is possible to receive both an unsolicited and a solicited version of the CREG / CGREG within within the same response set. Skipping of the unsolicited version was not handled correctly. This attempts to fix this issue.
2010-12-10atmodem: use macros for CLIP validityGustavo F. Padovan1-2/+4
2010-12-10atmodem: cleanup DBG messagesGustavo F. Padovan1-4/+4
2010-12-03isi/voicecall: fix handling of waiting callsPekka Pessi1-58/+56
Also, do not retrieve calls after isi_release_all_active() because retrieving is now only an unwanted side-effect .
2010-12-03isi/voicecall: avoid side-effects of releasePekka Pessi1-16/+16
If a call was held automatically when an another call was dialed or answered, it gets retrieved when the other call is released unless auto change features is explicitly disabled. Drop cause_type parameter because it is never used. Use cause code for busy when releasing incoming or waiting calls.
2010-12-03isi/voicecall: add call id to queued requestsPekka Pessi1-32/+57
2010-12-03isi/voicecall: fix status reportingPekka Pessi1-198/+189
Do not report incoming calls to the oFono core until they can be answered. Report MT_RELEASED or MO_RELEASED via ofono_voicecall_notify(), TERMINATED calls via ofono_voicecall_disconnected().
2010-12-02atmodem: fix DBG messageGustavo F. Padovan1-3/+3
2010-11-29isi: Get rid of a pointless check in cf driverDenis Kenzior1-1/+1
2010-11-29drivers: explicitly compare pointers to NULLLucas De Marchi58-278/+267
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl>
2010-11-29isi: Update radio-settings to use new APIDenis Kenzior1-1/+1
2010-11-29atmodem: Forgot to reset sms data on removeDenis Kenzior1-0/+2
2010-11-26ste: Remove stray newlines in messages sent to logRémi Denis-Courmont2-2/+2
2010-11-26isi: Remove stray newlines in messages sent to logRémi Denis-Courmont5-15/+15
2010-11-23stemodem: Change use of typesSjur Brændeland1-7/+7
Use the type __u32 for sequence counting rather than guint32, and "void *" instead of gpointer. Reduce the size of RTNL message buffer from 4096 to 1024, as this should be sufficient to hold the NEWLINK message.
2010-11-22call-settings: Add support for +COLR in atmodemDenis Kenzior1-1/+53
2010-11-22isi/voicecall: release COMING calls with BUSY causePekka Pessi1-0/+1
Very early incoming calls were not released with BUSY cause.
2010-11-13stemodem: Fix for error handling, memleak and changed some definesSjur Brændeland1-23/+31
* renamed MAX_LEN to IP_ADDR_LEN * removed memory leak from unneeded strdup when parsing xml response. * better handling of AT error responses * reduced number of caif interfaces to 4
2010-11-13stemodem: Fix various coding style and logic issues with RTNL supportMarcel Holtmann2-33/+40
2010-11-13stemodem: Add RTNL functionality managing CAIF Network Interfaces.Sjur Brændeland2-0/+369
2010-11-11isimodem: Get rid of whitespace corruptionDenis Kenzior1-1/+1
2010-11-11isimodem: Fix style issues in gprs-context.cAki Niemi1-19/+28
2010-11-11isimodem: revector GPRS context driverMika Liljeberg1-159/+121
2010-11-04isigen: increase offline timeoutPekka Pessi1-0/+1
The modem deregisters from network before response to MTC_STATE_REQ is returned. Deregistering can take up to 6 seconds.
2010-11-04atmodem: Remove at_pin_send_puk_cb, and use at_pin_send_cb instead.Marit Henriksen1-33/+1
When adding the use of pin event *EPEV also to at_pin_send_puk_cb, it becomes identical to at_pin_send_cb, and can be removed.
2010-10-30stemodem: Fix broken coding styleMarcel Holtmann1-1/+1
2010-10-29ifxmodem: Enable emergency call state notificationsMarcel Holtmann1-1/+30
This enables the Infineon specific emergency call state notifications so that they show up in the traces when this happens. No logic to handle them properly is implemented.
2010-10-29atmodem: Add support for IFX specific GPRS suspend notificationMarcel Holtmann1-2/+41
The Infineon modem informs about GPRS suspend cases. For example when GPRS is active and a call is made. If the status changes, inform the core about this change. This uses GPRS_SUSPENDED_UNKNOWN_CAUSE reason since the modem does not give a clear reason why GPRS was suspended. With this reason there is a delay before the status change gets send out as D-Bus signal.
2010-10-28atmodem: Add dummy handler for generic time zone updateMarcel Holtmann1-1/+22
2010-10-28atmodem: Time reporting on Infineon modem is IFX specificMarcel Holtmann1-4/+4
The time reporting via +CTZV and +CTZDST on the Infineon modem is not following the standard. So mark these clearly as IFX specific.
2010-10-28atmodem: Enable home zone reporting for IFX modemsMarcel Holtmann1-3/+26
For the Infineon modem the AT+XHOMEZR option can be set to get informed about home zone labels. If this information is available, it it still not properly used, but it shows up in the traces for reference.
2010-10-28ifxmodem: Enable Calling Name Presentation (CNAP) notificationsMarcel Holtmann1-0/+1
This enables the CNAP notifications so that they show up in the traces if used by a network. No logic is implemented to handle them.
2010-10-27isimodem: add support for FastDormancy propertyMika Liljeberg1-1/+90
2010-10-27ifxmodem: Notify core about handled commandsDenis Kenzior1-5/+5
2010-10-27mbmmodem: Notify core about handled commandsDenis Kenzior1-4/+18
2010-10-27calypsomodem: Notify core about handled commandsDenis Kenzior1-5/+18
2010-10-27mbmmodem: Print IP details after GPRS context setupMarcel Holtmann1-0/+3
2010-10-27atmodem: Print IP details after GPRS context setupMarcel Holtmann1-0/+3
2010-10-27mbmmodem: Remove some pointless debug prefix stringsMarcel Holtmann1-3/+3
2010-10-27ifxmodem: Fix handling of radio access mode enumMarcel Holtmann1-9/+9
2010-10-27hsomodem: Fix handling of radio access mode enumMarcel Holtmann1-9/+9
2010-10-27nwmodem: Fix handling of radio access mode enumMarcel Holtmann1-9/+9
2010-10-27mbmmodem: Add some more GPRS context debug statementsMarcel Holtmann1-1/+29
2010-10-27huaweimodem: Fix some GPRS context debug statementsMarcel Holtmann1-7/+7
2010-10-27ifxmodem: Add full set of GPRS context debug statementsMarcel Holtmann1-2/+20
2010-10-27atmodem: Add some more GPRS context debug statementsMarcel Holtmann1-2/+14
2010-10-27huaweimodem: Add some more GPRS context debug statementsMarcel Holtmann1-0/+4
2010-10-27ifxmodem: Add some more GPRS context debug statementsMarcel Holtmann1-0/+4