Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-08 | isimodem: Refactor netreg for wgmodem support | Aki Niemi | 1 | -47/+239 | |
This patch adds support for runtime selection between PN_MODEM_NETWORK and PN_NETWORK resources, enabling a single isimodem driver to work with different generations of modem firmware. Based on patches from: Jessica Nilsson <jessica.j.nilsson@stericsson.com> | |||||
2011-02-08 | isimodem: Add code points for wgmodem 2.5 | Aki Niemi | 2 | -0/+31 | |
2011-02-07 | stemodem: fix memleak when calls are disconnected | Jeevaka Badrappan | 1 | -0/+1 | |
2011-02-07 | ifxmodem: remove colp handling done inside atd_cb | Jeevaka Badrappan | 1 | -28/+2 | |
2011-02-07 | ifxmodem: add handling of XCOLP notification | Jeevaka Badrappan | 1 | -0/+51 | |
2011-02-07 | voicecall: Fix check for ECT pre-conditions | Denis Kenzior | 1 | -1/+1 | |
We must have 1 Dialing / Alerting / Active call and a single non-multiparty held call. | |||||
2011-02-07 | ifx: Adding modem selftest for Infineon modem | Anand Ramakrishna | 1 | -2/+64 | |
Infineon modem selftest, during ifx_enable(). Two steps trigger with timeout. In case one fails, modem will not power up. | |||||
2011-02-07 | ifxmodem: fix issue with gatchat usage | Jeevaka Badrappan | 1 | -2/+2 | |
2011-02-07 | doc: Mark SSN signals / properties as experimental | Denis Kenzior | 2 | -8/+8 | |
2011-02-07 | doc: Add new SSN voicecall API changes | Andras Domokos | 3 | -10/+35 | |
2011-02-07 | simfs: Add function to notify all file watches | Denis Kenzior | 2 | -2/+31 | |
2011-02-07 | sim: Add implementation of sim file watching API | Denis Kenzior | 1 | -0/+14 | |
2011-02-07 | simfs: Add file changed watches to simfs contexts | Denis Kenzior | 2 | -0/+46 | |
2011-02-07 | sim: Add API for watching files changed via stk | Denis Kenzior | 1 | -0/+9 | |
2011-02-07 | n900: Enable use of legacy subscriptions | Aki Niemi | 1 | -0/+1 | |
2011-02-07 | isiusb: Enable use of legacy subscriptions | Aki Niemi | 1 | -0/+1 | |
2011-02-07 | gisi: Refactor indication subscriptions | Aki Niemi | 2 | -7/+21 | |
Handle different message types for IND subscriptions based on the presence of the GISI_MODEM_FLAG_USE_LEGACY_SUBSCRIBE flag. This enables building modem plugins for modems that only support one or the other available IND types. Based on patches from: Jessica Nilsson <jessica.j.nilsson@stericsson.com> | |||||
2011-02-07 | gisi: Minor style fixes | Aki Niemi | 1 | -2/+2 | |
2011-02-07 | gisi: Refactor modem to use remote device | Aki Niemi | 1 | -11/+21 | |
2011-02-07 | gisi: Add new API for setting modem remote device | Aki Niemi | 2 | -0/+28 | |
2011-02-07 | gisi: Add new PhoNet device ID for STE | Aki Niemi | 1 | -0/+1 | |
2011-02-07 | gisi: Add checks for NULL | Aki Niemi | 1 | -1/+9 | |
2011-02-07 | gisi: Add API for setting modem flags | Aki Niemi | 2 | -0/+24 | |
2011-02-07 | plugins: Adapt isiusb and gpio plugins to new API | Aki Niemi | 2 | -3/+3 | |
2011-02-07 | gisi: Refactor netlink | Aki Niemi | 3 | -13/+14 | |
Don't use typedefs for enum types, and move PhoNet device enum over to common.h. | |||||
2011-02-06 | doc: Add documentation for Alphabet property | Aki Niemi | 1 | -0/+14 | |
2011-02-06 | sms: Minor style fix | Denis Kenzior | 1 | -0/+1 | |
2011-02-06 | sms: Be more paranoid when loading SMS settings | Denis Kenzior | 1 | -12/+29 | |
2011-02-06 | sms: Use a better pattern for bearer_from_string | Denis Kenzior | 1 | -8/+9 | |
2011-02-06 | gprs: Be a bit more paranoid when loading settings | Denis Kenzior | 1 | -2/+5 | |
2011-02-06 | sms: Add alphabet support to SMS atom | Aki Niemi | 1 | -2/+89 | |
2011-02-06 | plugin: Allow colon as plugin name separator | Marcel Holtmann | 1 | -2/+2 | |
2011-02-06 | Release 0.41 | Marcel Holtmann | 2 | -1/+11 | |
2011-02-05 | smsutil: M16 coding style fix | Jeevaka Badrappan | 1 | -2/+2 | |
2011-02-05 | modem: M16 coding style fix | Jeevaka Badrappan | 1 | -3/+3 | |
2011-02-05 | stemodem: M16 coding style fix | Jeevaka Badrappan | 1 | -4/+4 | |
2011-02-05 | ifxmodem: M16 coding style fix | Jeevaka Badrappan | 1 | -5/+5 | |
2011-02-05 | hfpmodem: M16 coding style fix | Jeevaka Badrappan | 1 | -1/+1 | |
2011-02-05 | atmodem: M16 coding style fix | Jeevaka Badrappan | 1 | -4/+4 | |
2011-02-05 | coding-style: Don't use hex with shift operator | Jeevaka Badrappan | 1 | -0/+12 | |
2011-02-05 | stemodem: Use defined call_status enum | Jeevaka Badrappan | 1 | -6/+9 | |
2011-02-05 | ifxmodem: Use defined call_status enum | Jeevaka Badrappan | 1 | -12/+21 | |
2011-02-05 | huaweimodem: Use defined call_status enum | Jeevaka Badrappan | 1 | -8/+12 | |
2011-02-05 | hfpmodem: Use defined call_status enum | Jeevaka Badrappan | 1 | -5/+7 | |
2011-02-05 | atmodem: use defined call_status enum | Jeevaka Badrappan | 1 | -19/+32 | |
2011-02-04 | stemodem: Check for ok in voicecall_initialize | Marit Henriksen | 1 | -0/+7 | |
2011-02-04 | ifxmodem: fix xtms read and test cmd prefix | Jeevaka Badrappan | 1 | -2/+2 | |
with the latest modem firmware, xctms prefix is returned as per the 3GPP format. | |||||
2011-02-04 | test: test-sms - input and signals outputs together | Konrad Slowinski | 1 | -42/+60 | |
2011-02-03 | doc: add Sim Toolkit feature list table | Jeevaka Badrappan | 1 | -0/+249 | |
2011-02-03 | doc: add Sim Toolkit overview | Jeevaka Badrappan | 1 | -0/+8 | |