Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-29 | udev: add support for Vodafone K3570-Z modem | Bertrand Aygon | 1 | -0/+3 | |
2011-07-29 | huaweicdma: Fix stale PCUI channel after hot-unplug | Marcel Holtmann | 1 | -0/+3 | |
2011-07-29 | speedupcdma: Fix stale control channel after hot-unplug | Marcel Holtmann | 1 | -0/+3 | |
2011-07-29 | gobi: Fix stale control channel after hot-unplug | Marcel Holtmann | 1 | -0/+3 | |
2011-07-29 | nokia: Fix stale control channel after hot-unplug | Marcel Holtmann | 1 | -0/+3 | |
2011-07-29 | novatel: Fix stale control channel after hot-unplug | Marcel Holtmann | 1 | -0/+3 | |
2011-07-29 | speedup: Fix stale control channel after hot-unplug | Marcel Holtmann | 1 | -0/+3 | |
2011-07-29 | zte: Fix stale control channel after hot-unplug | Marcel Holtmann | 1 | -0/+3 | |
2011-07-29 | huawei: Fix stale PCUI channel after hot-unplug | Marcel Holtmann | 1 | -0/+3 | |
2011-07-29 | huawei: Style cleanup for comments | Marcel Holtmann | 1 | -10/+10 | |
2011-07-29 | huawei: Shutdown the modem within disable callback | Marcel Holtmann | 1 | -1/+5 | |
2011-07-29 | udev: Add extra debug statements for device actions | Marcel Holtmann | 1 | -0/+8 | |
2011-07-29 | udev: Report problems with the udev monitor channel | Marcel Holtmann | 1 | -9/+16 | |
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-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 | 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 | 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-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 | 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 | 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. | |||||
2011-07-25 | udev: Fix interfaces numbers for Nokia data cards | Marcel Holtmann | 1 | -2/+2 | |
2011-07-25 | udev: Replace bInterfaceNumber with ID_USB_INTERFACE_NUM | Marcel Holtmann | 1 | -10/+3 | |
2011-07-25 | novatel: Use AT&C0 to disable data carrier detect | Marcel Holtmann | 1 | -96/+44 | |
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. | |||||
2011-07-25 | udev: Remove broken Huawei support for NDIS port | Marcel Holtmann | 2 | -4/+0 | |
2011-07-25 | huawei: Remove leftover from HasVoice flag | Marcel Holtmann | 1 | -3/+0 | |
2011-07-25 | huawei: Remove broken handling for NDIS support | Marcel Holtmann | 1 | -26/+11 | |
2011-07-24 | huawei: Check supported offline mode and fix error behavior | Marcel Holtmann | 1 | -23/+76 | |
2011-07-24 | udev: Remove voice setting flag from Huawei dongles | Marcel Holtmann | 2 | -11/+2 | |
2011-07-24 | udev: Use ID_USB_INTERFACE_NUM instead of OFONO_IFACE_NUM | Marcel Holtmann | 1 | -250/+248 | |
2011-07-24 | mbm: Set baud rate to 115200 for TTY speed | Marcel Holtmann | 1 | -1/+11 | |
The Ericsson F5521gw is a bit picky with its TTY speed. All previous cards do not need this setting, but this one does. To make things a bit simpler, just set all Ericsson cards to a baud rate of 115200. | |||||
2011-07-24 | mbm: Use AT&C0 to disable data carrier detect | Marcel Holtmann | 1 | -83/+15 | |
When the DCD is disabled the modem does not hangup anymore after the data connection. This only affected the PPP connection used for MMS context setups, but without the quirk the handling of MMS contexts is a lot cleaner as well. |