Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-20 | atmodem: Decode and report time information from network | Marcel Holtmann | 1 | -4/+29 | |
2010-10-20 | atmodem: Add skeleton for time update reporting | Marcel Holtmann | 1 | -3/+51 | |
2010-10-20 | ifxmodem: Signal STK session end only after normal ending of command | Marcel Holtmann | 1 | -1/+2 | |
The Infineon modem returns more detailed information of the SIM Toolkit proactive sessions to the modem driver. A proactive session starts with the status response '91 xx' (proactive command pending) and ends with a status response response of '90 00' (normal ending of command) after Terminal Response. So only when receiving '90 00' result, the indication that the session has ended should be given to the core. | |||||
2010-10-19 | isimodem: Fix request cleanup code | Aki Niemi | 15 | -59/+84 | |
Adds a check for when the driver is being removed, in which case no new ISI requests should be generated. | |||||
2010-10-19 | ifxmodem: Fix missing result iter init call for SIM Toolkit | Marcel Holtmann | 1 | -0/+2 | |
2010-10-19 | ifxmodem: Enable SIM Toolkit with AT+CFUN=6 | Marcel Holtmann | 1 | -9/+6 | |
The current Infineon firmware overloads the AT+CFUN command with enabling SIM Toolkit and fetching of proactive commands. It seems to be safe to send this command in offline mode (AT+CFUN=4) and also in online mode (AT+CFUN=1). These are the two cases where SIM Toolkit atom would be initialized. | |||||
2010-10-18 | atmodem: Add SIM ready quirk for IFX when entering PUK | Marcel Holtmann | 1 | -13/+47 | |
For the Infineon modem, also the PUK entering needs to be extended with a quirk to wait for the SIM ready notification. | |||||
2010-10-15 | atmodem: Remove workaround for SIM ready notifier removal | Marcel Holtmann | 1 | -24/+4 | |
2010-10-15 | sim: Use enums for EF valid / invalidated status | Denis Kenzior | 1 | -6/+12 | |
2010-10-15 | isimodem: returns file-status of SIM EF-file | Petteri Tikander | 1 | -4/+5 | |
2010-10-15 | atmodem: returns file-status of SIM EF-file | Petteri Tikander | 1 | -8/+13 | |
2010-10-14 | isimodem: Fix copyright and license boilerplate | Aki Niemi | 32 | -418/+411 | |
2010-10-14 | isimodem: Fix SMSC address update request | Aki Niemi | 1 | -2/+2 | |
2010-10-13 | atmodem: Send DTMF commands without quotes | Marcel Holtmann | 1 | -4/+3 | |
The AT+VTS command takes a single character and should not use quotes. | |||||
2010-10-13 | ifxmodem: Send DTMF commands without quotes | Marcel Holtmann | 1 | -5/+4 | |
The AT+VTS command takes a single character and should not use quotes. | |||||
2010-10-06 | isimodem/voicecall: fix hangup_active | Pekka Pessi | 1 | -4/+3 | |
2010-10-05 | huaweimodem: Print the NDIS device node to be used | Marcel Holtmann | 1 | -0/+7 | |
2010-10-05 | huaweimodem: Add error handling for too many ^DHCP failures | Marcel Holtmann | 1 | -1/+9 | |
2010-10-01 | isimodem: Properly clean up audio settings driver | Aki Niemi | 1 | -1/+4 | |
2010-10-01 | isimodem: Add support for audio settings | Kai Vehmanen | 3 | -0/+155 | |
The audio state is mapped directly to isimodem's call server status indications. When active, the modem speech path should be opened, and when closed, the modem speech path may be closed. | |||||
2010-10-01 | ifxmodem: Notify about audio settings mode | Marcel Holtmann | 1 | -0/+7 | |
2010-10-01 | audio: Update audio settings API for active notification | Marcel Holtmann | 2 | -5/+5 | |
2010-09-30 | isimodem: Report GPRS detach | Aki Niemi | 1 | -3/+2 | |
2010-09-30 | isimodem: Fix signal strength reporting | Aki Niemi | 1 | -0/+10 | |
ISI modems send the signal strength indication before registration status changes, which causes the core to ignore initial signal strength values. | |||||
2010-09-30 | isimodem: remove generic modem driver parts | Pekka Pessi | 1 | -401/+0 | |
The isimodem driver is now part of isigen (just like atmodem and atgen). | |||||
2010-09-30 | ifxmodem: Remove setting of XPROGRESS notifications | Marcel Holtmann | 1 | -2/+2 | |
The XPROGRESS notifcations are now handled inside an Infineon specific audio settings driver. So no need to do that in the the voice call driver as well. | |||||
2010-09-30 | ifxmodem: Add support for audio settings | Marcel Holtmann | 3 | -0/+154 | |
2010-09-29 | huaweimodem: Add support for audio settings interface | Marcel Holtmann | 3 | -0/+135 | |
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 | |