Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-12 | stedriver: Copy caif_socket.h from 2.6.36 RC | Sjur Brændeland | 1 | -84/+123 | |
Copied include/linux/caif/caif_socket.h and added AF_CAIF, PF_CAIF and SOL_CAIF definitions found in linux/include/socket.h. | |||||
2010-08-12 | stedriver: remove unsupported CAIF socket ioctls | Sjur Brændeland | 1 | -46/+2 | |
2010-08-12 | voicecall: Don't hangup waiting calls | Denis Kenzior | 1 | -1/+8 | |
During hangup_all operation. For multiparty hangups, waiting calls are not part of the mpty call. | |||||
2010-08-12 | voicecall: Make logic bit cleaner | Denis Kenzior | 1 | -4/+4 | |
2010-08-12 | voicecall: Minor style issues | Denis Kenzior | 1 | -3/+2 | |
2010-08-12 | voicecall: Reflow the logic of voicecall_hangup | Denis Kenzior | 1 | -33/+38 | |
2010-08-12 | voicecall: Add support for function hangup_all | Sjur Brændeland | 2 | -13/+45 | |
This patch fixes problem for modems that cannot terminate DIALING/ALERTING calls with CHUP=1X. The main change is that voicecall driver's hangup function is split into the functions hangup_all and hangup_active. Changes: - In cases where hangup previously was used, hangup_all is used if implemented otherwise hangup_active is used. - Call in state DIALING/ALERTING is released with hangup_active if implemented. - manager_hangup_all will simply call hangup_all if implemented. - manager_hangup_all will release calls in state ALERTING/DIALING/INCOMING using hangup_active otherwise release_specific. | |||||
2010-08-12 | voicecall: Rename hangup to hangup_active | Sjur Brændeland | 6 | -7/+7 | |
2010-08-11 | doc: Update connection manager API (GPRS context) | Marcel Holtmann | 1 | -14/+30 | |
2010-08-11 | doc: Rename message manager API documentation | Marcel Holtmann | 1 | -2/+2 | |
2010-08-11 | doc: Update network registration and operator API | Marcel Holtmann | 1 | -11/+14 | |
Change the network registration API to reflect simplification in the operator selection and scanning handling for applications. | |||||
2010-08-11 | doc: update voice call API documentation | Marcel Holtmann | 2 | -16/+26 | |
Reflect required changes to simplify the voice call API usage. | |||||
2010-08-11 | Add extra debug statements to MBM STK atom driver | Marcel Holtmann | 1 | -0/+24 | |
2010-08-11 | Add a few debug statements to STK core | Marcel Holtmann | 1 | -4/+22 | |
2010-08-10 | Use permissive parser for MBM since otherwise STK causes problems | Marcel Holtmann | 1 | -1/+1 | |
2010-08-10 | Add SimToolkitAgent interface to D-Bus configuration | Marcel Holtmann | 1 | -0/+1 | |
2010-08-10 | Build CAIF plugin only when AT modem support is enabled | Marcel Holtmann | 1 | -3/+3 | |
2010-08-10 | Always built and include the modemconf plugin | Marcel Holtmann | 1 | -9/+7 | |
2010-08-10 | Fix context processing test script when no gateway is provided | Marcel Holtmann | 2 | -2/+5 | |
2010-08-10 | Fix GPRS context IP configuration issue with ISI modems | Marcel Holtmann | 1 | -2/+5 | |
2010-08-09 | Fix isimodem call forwarding. | Pekka Pessi | 1 | -3/+2 | |
2010-08-09 | Add test scripts to to lock and unlock pin | Kalle Valo | 3 | -1/+57 | |
2010-08-09 | gprs: Fix release cid in gprs_deactive_for_remove | Zhenhua Zhang | 1 | -0/+3 | |
Similiar to pri_deactive_callback, we should release the context id in gprs_deactive_for_remove() as well. | |||||
2010-08-06 | calypso: Couple of minor style issues | Denis Kenzior | 1 | -6/+11 | |
2010-08-06 | calypso: Remove un-needed includes | Denis Kenzior | 1 | -2/+0 | |
2010-08-06 | calypso: Create STK atom and reorder initialisation | Andrzej Zaborowski | 1 | -27/+54 | |
See comment in the code. The Sim Toolkit apps seem to work rather reliably with this, tested on both PIN-enabled and unprotected cards. | |||||
2010-08-06 | atutil: Parse CMS and CME error codes | Andrzej Zaborowski | 1 | -0/+6 | |
2010-08-06 | calypso: Enable AT extended error codes | Andrzej Zaborowski | 1 | -0/+2 | |
The STK driver tries to interpret the codes. | |||||
2010-08-06 | calypso: Add a Calypso STK driver | Andrzej Zaborowski | 4 | -1/+286 | |
2010-08-06 | calypso: Check if SIM is present on modem startup | Andrzej Zaborowski | 1 | -3/+33 | |
Like in case of MBM modem, the SIM slot is not easily accessible while the device is running so we assume there's no need to check for SIM presence after startup. | |||||
2010-08-06 | phonesim: Don't use VENDOR_PHONESIM for calypso | Andrzej Zaborowski | 1 | -2/+4 | |
Also move the STK initialisation to post-sim because it is more logical there (even if it makes no difference under phonesim). | |||||
2010-08-05 | huawei: Fix SIM state logic | João Paulo Rechi Vita | 1 | -25/+51 | |
Add support for voice-only SIM cards and enable phonebook atom for non-voice modems. | |||||
2010-08-05 | doc: Update coding-style.txt for enums | Denis Kenzior | 1 | -0/+24 | |
2010-08-05 | sms: struct tx_queue_entry: add a destructor | Inaky Perez-Gonzalez | 1 | -6/+22 | |
Introduce a destructor function to encapsulate all the release steps for this data type, as more are to be added later. | |||||
2010-08-05 | storage: make write_file transaction-safe | Inaky Perez-Gonzalez | 1 | -11/+36 | |
write_file(), as written wasn't transaction-safe; a crash bewtween a file being open and the buffer being written before a safe close would leave the file with a set of undetermined contents. Modified to the file is written to a temporary file name; once completed, it is renamed to the final name. This way, a crash in the middle doesn't leave half-baked files. | |||||
2010-08-05 | doc: Fixup some long line / space at eol issues | Denis Kenzior | 1 | -8/+8 | |
2010-08-05 | bluetooth: define DBUS_TIMEOUT macro | Gustavo F. Padovan | 2 | -3/+5 | |
2010-08-05 | sim: Use less space for locked_pins | Denis Kenzior | 1 | -10/+6 | |
Use only as required, since we only track PINs in this one, not PUKs | |||||
2010-08-05 | sim: Fix LockedPins in case SIM wants a PUK first | Denis Kenzior | 1 | -0/+26 | |
In the case that oFono is started with the SIM asking for a PUK, we don't report LockedPins properly. | |||||
2010-08-04 | test: Update simple-agent with new capabilities | Denis Kenzior | 1 | -0/+70 | |
2010-08-04 | stkagent: No need to split these on two lines | Denis Kenzior | 1 | -8/+4 | |
2010-08-04 | stk: Rip out the HELP stuff for now | Denis Kenzior | 2 | -42/+0 | |
We're not supporting it in the current API and doing so is actually very painful. | |||||
2010-08-04 | stkagent: Introduce CALLBACK_END macro | Denis Kenzior | 1 | -85/+28 | |
2010-08-04 | stk: Handle the Get Input proactive command | Andrzej Zaborowski | 1 | -0/+96 | |
2010-08-04 | stkagent: Implement RequestInput/RequestDigits | Andrzej Zaborowski | 2 | -0/+192 | |
2010-08-04 | stk: Handle the Get Inkey proactive command | Andrzej Zaborowski | 1 | -0/+200 | |
2010-08-04 | stkagent: Implement RequestConfirmation/Key/Digit | Andrzej Zaborowski | 2 | -0/+264 | |
2010-08-03 | doc: Update standards.txt | Denis Kenzior | 1 | -0/+75 | |
2010-08-02 | Release 0.26 | Marcel Holtmann | 2 | -1/+7 | |
2010-08-02 | huawei: fix double include of GPRS header | João Paulo Rechi Vita | 1 | -1/+0 | |