Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-29 | huaweimodem: Add missing empty line | Marcel Holtmann | 1 | -0/+1 | |
2010-09-29 | atmodem: Update IFX specific SIM ready checking | Marcel Holtmann | 1 | -2/+6 | |
It seems that the XSIM notification doesn't really send SIM ready status. It sends ready to attach instead: > AT+CPIN="0000"\r < \r\nOK\r\n < \r\n+XLOCK: "PN",5,0,"PU",5,0,"PP",5,0,"PC",5,0,"PS",5,0\r\n < \r\n+XSIM: 7\r\n So either SIM ready or ready to attach is received more to the post_sim state. | |||||
2010-09-29 | huawei: Add release_specific to voicecall | Denis Kenzior | 1 | -0/+9 | |
2010-09-29 | atmodem: Remove quirk for Huawei voice call support | Marcel Holtmann | 1 | -4/+0 | |
The Huawei voice call support has its own driver now. So this quirk is no longer needed. | |||||
2010-09-29 | huaweimodem: Implement hangup_active callback and not hangup_all | Marcel Holtmann | 1 | -1/+1 | |
2010-09-28 | ifx: ifx_chup should send a +CHUP | Denis Kenzior | 1 | -1/+1 | |
2010-09-27 | hso: Fix the username and password order | Denis Kenzior | 1 | -1/+1 | |
QCPDPP apparently takes the password first, then username | |||||
2010-09-27 | ifxmodem: Enable audio related progress information | Marcel Holtmann | 1 | -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-27 | isimodem: Return success on topic set/clear | Aki Niemi | 1 | -3/+3 | |
The isimodem driver accepts all topics by default. | |||||
2010-09-27 | isimodem: Fix CBS decoding | Aki Niemi | 1 | -1/+9 | |
2010-09-27 | huaweimodem: Handle option parameter on call end notification | Marcel Holtmann | 1 | -4/+4 | |
2010-09-26 | huawei: Only notify for voice calls | Denis Kenzior | 1 | -3/+5 | |
2010-09-26 | huawei: Track alerting state | Denis Kenzior | 1 | -0/+17 | |
2010-09-26 | huawei: Track outgoing calls | Denis Kenzior | 1 | -3/+18 | |
2010-09-26 | huawei: Notify the core on connect and end call | Denis Kenzior | 1 | -0/+37 | |
2010-09-27 | huaweimodem: Add voice call creation support | Marcel Holtmann | 1 | -1/+150 | |
2010-09-27 | calypsomodem: Some cleanups in voice call driver | Marcel Holtmann | 1 | -3/+7 | |
2010-09-27 | stemodem: Some cleanups in voice call driver | Marcel Holtmann | 1 | -3/+6 | |
2010-09-27 | atmodem: Some cleanups in voice call driver | Marcel Holtmann | 1 | -6/+6 | |
2010-09-27 | ifxmodem: Two more cleanups | Marcel Holtmann | 1 | -2/+0 | |
2010-09-27 | ifxmodem: Some cleanups in voice call driver | Marcel Holtmann | 1 | -4/+6 | |
2010-09-27 | huaweimodem: Allow GPRS context allocation to fail | Marcel Holtmann | 1 | -1/+5 | |
2010-09-27 | huaweimodem: Register for voice call specific notifications | Marcel Holtmann | 1 | -0/+85 | |
2010-09-26 | huaweimodem: Add skeleton for simple voice call driver | Marcel Holtmann | 3 | -0/+209 | |
2010-09-26 | ifxmodem: Make SIM Toolkit envelope submission work | Marcel Holtmann | 1 | -13/+8 | |
2010-09-26 | calypsomodem: Make SIM Toolkit envelope submission work again | Marcel Holtmann | 1 | -9/+4 | |
2010-09-26 | mbmmodem: Add comment about optional response data back | Marcel Holtmann | 1 | -0/+1 | |
2010-09-26 | ifx: Fix double free issue | Denis Kenzior | 1 | -1/+1 | |
2010-09-26 | mbm: Make stk envelope submission work again | Denis Kenzior | 1 | -10/+4 | |
2010-09-25 | atmodem: Add special handling for Infineon SIM ready state | Marcel Holtmann | 1 | -16/+61 | |
2010-09-25 | ifxmodem: Fix name of voice call driver | Marcel Holtmann | 1 | -1/+1 | |
2010-09-24 | atmodem: Add support for Infineon CNMA without PDU | Marcel Holtmann | 1 | -1/+2 | |
Seems like the Infineon modem can't handle a provided PDU to the CNMA command. So just leave it out. | |||||
2010-09-24 | atmodem: Add special handling of Infineon signal strength reporting | Marcel Holtmann | 1 | -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-24 | ifx: Take out the vendor field in voicecall driver | Denis Kenzior | 1 | -2/+0 | |
2010-09-24 | ifx: Assume CLIP always arrives | Denis Kenzior | 1 | -112/+1 | |
If the CLIP always arrives after a CRING, then we do not ever need to poll CLCC. | |||||
2010-09-24 | ifx: Don't bother polling on an ATD | Denis Kenzior | 1 | -14/+9 | |
The core can handle stateless drivers that do not keep clip state, in the case of IFX we can skip the poll after ATD for finding out our CLIP and just keep it as invalid / obtained from COLP. The core should do the right thing. | |||||
2010-09-24 | atmodem: Update comment | Denis Kenzior | 1 | -1/+1 | |
2010-09-24 | ifxmodem: Reorder voicecall driver before all other | Marcel Holtmann | 2 | -4/+4 | |
2010-09-24 | ifx: Update comment | Denis Kenzior | 1 | -1/+1 | |
2010-09-24 | ifx: xcallstat should notify active->held | Denis Kenzior | 1 | -12/+0 | |
2010-09-23 | ifx: Remove a few CLCC polls | Denis Kenzior | 1 | -13/+1 | |
Polling here is no longer needed due to XCALLSTAT | |||||
2010-09-23 | ifx: Don't bother using RING | Denis Kenzior | 1 | -29/+0 | |
We enable CRC=1, so only CRING should be sent | |||||
2010-09-23 | ifx: IFX provides hangup_all and hangup_active | Denis Kenzior | 1 | -4/+12 | |
2010-09-23 | ifx: IFX provides swap_without_accept using CHLD=6 | Denis Kenzior | 1 | -1/+7 | |
2010-09-23 | ifx: No need to register to standard notifications | Denis Kenzior | 1 | -58/+0 | |
XCALLSTAT tells us when a call has been disconnected | |||||
2010-09-23 | ifx: Use none_prefix on other init commands | Denis Kenzior | 1 | -4/+4 | |
2010-09-23 | ifx: Add IFX proprietory XCALLSTAT indicator | Denis Kenzior | 1 | -0/+75 | |
2010-09-23 | ifx: Copy voicecall driver from atmodem | Denis Kenzior | 3 | -0/+903 | |
IFX is a fairly bone stock AT based modem so the atmodem driver is a good start. | |||||
2010-09-23 | calypso: Provide hangup_all and hangup_active | Denis Kenzior | 1 | -2/+9 | |
On Calypso, ATH hangs up all calls except waiting calls and CHUP hangs up only active calls, but not held or waiting. | |||||
2010-09-24 | atmodem: Add vendor quirk for Infineon modems | Marcel Holtmann | 1 | -0/+1 | |