Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-29 | atmodem: Add Huawei specific technology reporting | Marcel Holtmann | 1 | -0/+32 | |
2011-07-29 | atmodem: Add Huawei specific GPRS bearer notifications | Marcel Holtmann | 1 | -2/+59 | |
2011-07-29 | Release 0.53 | Marcel Holtmann | 2 | -1/+9 | |
2011-07-28 | udev: Assign 12d1:140b to Huawei CDMA modem driver | Denis Kenzior | 1 | -0/+2 | |
A simple Google search revealed that 12d1:140b is only used by CDMA devices from Huawei. Mainly the EC1260 and EC126 and so just assign the CDMA driver to it. | |||||
2011-07-28 | speedup: delay &C0. | Bertrand Aygon | 1 | -2/+6 | |
2011-07-28 | speedup: remove online/offline mechanism. | Bertrand Aygon | 1 | -47/+8 | |
2011-07-28 | huawei: Complete rewrite to better support state transitions | Marcel Holtmann | 1 | -258/+284 | |
When switching from offline into online mode, the SIM card access gets temporarily disabled by the modem firmware. To work around this limitation poll the SIM card state. | |||||
2011-07-28 | udev: Add support for SpeedUp 7300 EVDO modem. | Bertrand Aygon | 1 | -3/+7 | |
2011-07-28 | gobi: Add support for simplified dialup mode | Marcel Holtmann | 1 | -14/+10 | |
2011-07-28 | dunmodem: Add support for dialup network registration | Marcel Holtmann | 4 | -1/+134 | |
2011-07-27 | network: Force auto-only mode if manual registration is not supported | Marcel Holtmann | 1 | -0/+9 | |
If the network registration driver decides to not provide a manual registration method, then force the mode to auto-only. | |||||
2011-07-27 | dunmodem: Add skeleton for dialup modem driver | Marcel Holtmann | 3 | -10/+83 | |
2011-07-27 | speedup: Send CFUN=4 when enabling the modem | Marcel Holtmann | 1 | -1/+1 | |
2011-07-27 | zte: Use at_util's cpin polling implementation. | Bertrand Aygon | 1 | -2/+18 | |
2011-07-27 | speedup: Use at_util's cpin polling implementation. | Bertrand Aygon | 1 | -2/+21 | |
2011-07-27 | zte: Delay sending of AT&C0 to disable data carrier detect | Marcel Holtmann | 1 | -3/+10 | |
The &C0 can not be send as part of the initial modem init string since then it return with an error. Also sending it right after seems to end up in a race condition with the modem init. So send AT&C0 on both channel after AT+CFUN completed. | |||||
2011-07-27 | test: add script to set credentials for cdma connection | Guillaume Zajac | 2 | -0/+29 | |
2011-07-27 | gobi: Add timeout for modem enabling handling | Marcel Holtmann | 1 | -2/+27 | |
Some GOBI cards stop responding to AT commands when RFKILL has been enabled. In that case just timeout after 5 seconds. | |||||
2011-07-27 | atmodem: Add vendor entry for SpeedUp modems | Philippe Nunes | 1 | -0/+1 | |
2011-07-27 | gobi: Fix error handling with device enabling and disabling | Marcel Holtmann | 1 | -21/+20 | |
2011-07-27 | huawei: add a debug info to help debugging. | Bertrand Aygon | 1 | -0/+2 | |
2011-07-27 | huaweicdma: open 2 ttys, to use a dedicated one for PPP. | Bertrand Aygon | 1 | -19/+88 | |
2011-07-27 | speedupcdma: open 2 ttys, to use a dedicated one for PPP. | Bertrand Aygon | 1 | -30/+59 | |
2011-07-27 | novatel: Fix missing error handling for CFUN failure | Marcel Holtmann | 1 | -1/+9 | |
2011-07-27 | sierra: Fix disable and enable error handling | Marcel Holtmann | 1 | -17/+15 | |
2011-07-27 | nokia: Remove some unneeded NULL pointer checks | Marcel Holtmann | 1 | -12/+6 | |
2011-07-25 | hfpmodem: fix network status | Frédéric Danis | 1 | -3/+7 | |
When receiving roaming indicator update to 0 (no roaming) network registration status should be updated with latest value of service indicator. | |||||
2011-07-25 | hfpmodem: fix callheld indicator | Frédéric Danis | 1 | -1/+15 | |
Callheld move from 1 (active and held calls) to 2 (all calls on hold) may result of: - active call has been dropped by remote, - an intermediate state during a call swap which will be followed by a move back to 1. So, wait a little before checking calls state. | |||||
2011-07-25 | stk: Fix missing break statement | Denis Kenzior | 1 | -0/+1 | |
2011-07-25 | voicecall: Be more paranoid and null terminate | Denis Kenzior | 1 | -1/+4 | |
2011-07-25 | voicecall: Use defined constants | Denis Kenzior | 1 | -3/+3 | |
2011-07-25 | stk: Make sure to set cancel_cmd | Denis Kenzior | 1 | -17/+34 | |
For handled commands, in case the terminal response is not reported by the modem, we must set the cancel_cmd variable so the command is canceled properly. This patch also modifies the behavior so that pending_cmd is freed, since stk_proactive_command_cancel expects cancel_cmd to be set if pending_cmd is not NULL. | |||||
2011-07-25 | stk: Remove code that does nothing | Denis Kenzior | 1 | -3/+0 | |
2011-07-25 | stk: Fix possible crash | Denis Kenzior | 1 | -4/+4 | |
We can't call stk_command_free on a NULL object | |||||
2011-07-25 | stk: Handle set up call in handled_notify | Jeevaka Badrappan | 1 | -26/+140 | |
2011-07-25 | voicecall: api for set/clear alpha and icon id | Jeevaka Badrappan | 2 | -0/+71 | |
2011-07-26 | gatchat: Fix port settings and debugging for QCDM test tool | Marcel Holtmann | 1 | -13/+4 | |
2011-07-26 | gatchat: Add helper for opening QCDM ports | Marcel Holtmann | 2 | -0/+35 | |
2011-07-26 | gatchat: Fix handling of HDLC debug output | Marcel Holtmann | 1 | -12/+15 | |
2011-07-26 | speedup: Use AT&C0 to disable data carrier detect | Marcel Holtmann | 1 | -63/+31 | |
When the DCD is disabled the modem does not hangup anymore after the data connection. So all workarounds due to TTY hangup can be removed. | |||||
2011-07-26 | linktop: Use AT&C0 to disable data carrier detect | Marcel Holtmann | 1 | -66/+44 | |
When the DCD is disabled the modem does not hangup anymore after the data connection. So all workarounds due to TTY hangup can be removed. | |||||
2011-07-26 | zte: Use AT&C0 to disable data carrier detect | Marcel Holtmann | 1 | -61/+29 | |
When the DCD is disabled the modem does not hangup anymore after the data connection. So all workarounds due to TTY hangup can be removed. | |||||
2011-07-26 | huaweicdma: remove unneeded include. | Bertrand Aygon | 1 | -3/+0 | |
2011-07-26 | speedupcdma: remove unneeded include. | Bertrand Aygon | 1 | -3/+0 | |
2011-07-25 | TODO: add HFP AG tasks related to BlueZ/PA | Frédéric Danis | 1 | -0/+17 | |
2011-07-25 | atmodem: Add support for Huawei network time reports | Marcel Holtmann | 1 | -1/+50 | |
2011-07-25 | udev: Fix race condition with Novatel modem detection | Marcel Holtmann | 1 | -4/+9 | |
2011-07-25 | novatel: Blacklist the NO CARRIER terminator for control channel | Marcel Holtmann | 1 | -0/+3 | |
The Novatel cards will send NO CARRIER to all channels. This confuses setting device into offline mode while still having a data connection. | |||||
2011-07-25 | gatchat: Add terminator blacklisting | Denis Kenzior | 2 | -1/+35 | |
2011-07-25 | nokia: Use AT&C0 to disable data carrier detect | Marcel Holtmann | 1 | -40/+20 | |
When the DCD is disabled the modem does not hangup anymore after the data connection. This allows for simpler connection handling and it allows to remove all TTY hangup work-arounds. |