summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-09-27sms: Fix 8bit port handlingAki Niemi1-2/+2
2010-09-27calypso: update power and reset pathFrank Gau1-2/+2
2010-09-27ifxmodem: Enable audio related progress informationMarcel Holtmann1-0/+1
This is using AT+XPROGRESS=1 to enable the audio related notifications of the modem. None of these information is currently used. This command is only present to have these details show up in the debug logs.
2010-09-27isimodem: Return success on topic set/clearAki Niemi1-3/+3
The isimodem driver accepts all topics by default.
2010-09-27isimodem: Fix CBS decodingAki Niemi1-1/+9
2010-09-27huaweimodem: Handle option parameter on call end notificationMarcel Holtmann1-4/+4
2010-09-27huawei: Use specific voice call atom driverMarcel Holtmann1-1/+1
2010-09-26huawei: Only notify for voice callsDenis Kenzior1-3/+5
2010-09-26huawei: Track alerting stateDenis Kenzior1-0/+17
2010-09-26huawei: Track outgoing callsDenis Kenzior1-3/+18
2010-09-26huawei: Notify the core on connect and end callDenis Kenzior1-0/+37
2010-09-26ss: Use function to judge if it's busyYang Gu3-16/+19
2010-09-27huaweimodem: Add voice call creation supportMarcel Holtmann1-1/+150
2010-09-27calypsomodem: Some cleanups in voice call driverMarcel Holtmann1-3/+7
2010-09-27stemodem: Some cleanups in voice call driverMarcel Holtmann1-3/+6
2010-09-27atmodem: Some cleanups in voice call driverMarcel Holtmann1-6/+6
2010-09-27ifxmodem: Two more cleanupsMarcel Holtmann1-2/+0
2010-09-27ifxmodem: Some cleanups in voice call driverMarcel Holtmann1-4/+6
2010-09-27Update .gitignore informationMarcel Holtmann1-1/+4
2010-09-27huaweimodem: Allow GPRS context allocation to failMarcel Holtmann1-1/+5
2010-09-27huaweimodem: Register for voice call specific notificationsMarcel Holtmann1-0/+85
2010-09-27huawei: Move voice call init to post_sim phaseMarcel Holtmann1-4/+4
Seems like that making emergency voice calls without SIM present is not really possible. Move the voice call init to post_sim phase instead.
2010-09-27huawei: Remove voice call notifications from modem pluginMarcel Holtmann1-90/+0
2010-09-26huaweimodem: Add skeleton for simple voice call driverMarcel Holtmann4-0/+210
2010-09-26tools: Decode the Multiparty property in Huawei audio utilityMarcel Holtmann1-0/+7
2010-09-26test: Add script for answering incoming callsMarcel Holtmann2-0/+34
2010-09-26tools: Add simple voice routing to Huawei audio utilityMarcel Holtmann1-1/+149
2010-09-26ifxmodem: Make SIM Toolkit envelope submission workMarcel Holtmann1-13/+8
2010-09-26calypsomodem: Make SIM Toolkit envelope submission work againMarcel Holtmann1-9/+4
2010-09-26mbmmodem: Add comment about optional response data backMarcel Holtmann1-0/+1
2010-09-26ifx: Fix double free issueDenis Kenzior1-1/+1
2010-09-26mbm: Make stk envelope submission work againDenis Kenzior1-10/+4
2010-09-26tools: Update Huawei audio utility with call trackingMarcel Holtmann1-0/+604
2010-09-26tools: Add skeleton for Huawei audio utilityMarcel Holtmann2-2/+36
2010-09-26unit: Fix some copyright and license headersMarcel Holtmann2-26/+26
2010-09-26udev: Print error when udev support is not available and not disabledMarcel Holtmann1-4/+2
2010-09-26gatchat: Hook up g_at_mux_set_debug to print debug messages for realMarcel Holtmann1-19/+32
2010-09-26ifx: Add warning for unknown SIM statesMarcel Holtmann1-0/+3
2010-09-25ifx: Allow +XSIM notification to arrive during AT+XSIMSTATE=1Marcel Holtmann1-1/+3
When not using none_prefix for matching the responses of AT+XSIMSTATE call, it will consume all notifications. And this includes the initial SIM state that the modem sends at that point. Without this notification the SIM will never be marked as inserted.
2010-09-25ifx: Use internal mutliplexer if line discipline is not specifiedMarcel Holtmann1-13/+70
If there is no line discipline specified for a kernel based multiplexer, then fallback to the internal one.
2010-09-25ifx: Use multiplexer line discipline configuration optionMarcel Holtmann1-6/+18
Since the udev support allows to specify a line discipline number as part of the modem configuration, use that one and report and error if it has not been set.
2010-09-25udev: Add support for setting IFX multiplexer line disciplineMarcel Holtmann1-0/+14
The IFX modem plugin uses a kernel based multiplexer. And to support different line discipline numbers on different target platforms, allow them to be specified as option: KERNEL=="ttyIFX[0-9]*", ENV{OFONO_DRIVER}="ifx", ENV{OFONO_IFX_LDISC}="23" The extra OFONO_IFX_LDISC option specifies to use line discipline 23 for the multiplexer setup. The number is just an example here and the correct one will be different.
2010-09-25ifx: Use SIM state notification for SIM insertion and removalMarcel Holtmann1-7/+39
The +XSIM notifies us about missing or removed SIM. Use that for telling the core if a SIM card is present or not. Besides that all other states are treated as when a SIM card got inserted.
2010-09-25atmodem: Add special handling for Infineon SIM ready stateMarcel Holtmann1-16/+61
2010-09-25ifxmodem: Fix name of voice call driverMarcel Holtmann1-1/+1
2010-09-24ifx: Add support for multiplexer setupMarcel Holtmann1-29/+190
This supports a simple static multiplexer that is activated with setting the line discipline 23 on the TTY. It is static, because the DLC numbers are hardcoded.
2010-09-24ifx: Add initial modem plugin implementationMarcel Holtmann1-5/+250
This is a first attempt at the Infineon modem support. The support is limited since it doesn't handle the setup of the multiplexer or the different SIM states yet.
2010-09-24atmodem: Add support for Infineon CNMA without PDUMarcel Holtmann1-1/+2
Seems like the Infineon modem can't handle a provided PDU to the CNMA command. So just leave it out.
2010-09-24atmodem: Add special handling of Infineon signal strength reportingMarcel Holtmann1-0/+30
The custom signal strength reporting could be done inside the modem plugin actually, but Calypso, Huawei etc. add quirks to the generic network registration driver. So for now do it the same way until this gets cleaned up for all modem plugins.
2010-09-24calypso: Fix debug for modem callbacksMarcel Holtmann1-5/+7