Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-04 | Use signalfd for signal handling | Denis Kenzior | 1 | -32/+58 | |
2009-12-04 | Make sure to list calls in HFP voicecall driver | Denis Kenzior | 1 | -0/+18 | |
2009-12-04 | Fix release clcc_source when voicecall is removed | Zhenhua Zhang | 1 | -0/+3 | |
Release the timer to avoid invoking the callback function after voicecall driver is removed. | |||||
2009-12-04 | Add hfp_send_dtmf to send tones for hfpmodem | Zhenhua Zhang | 1 | -1/+40 | |
2009-12-04 | Optimize: call list signal emission | Denis Kenzior | 1 | -9/+0 | |
2009-12-04 | Refactor: Run CLCC when initializing | Denis Kenzior | 1 | -56/+9 | |
When voicecall atom is initialized, we should run a CLCC query to populate our call list. This also notifies the core of the new calls | |||||
2009-12-04 | Update atmodem voicecall driver to new world order | Denis Kenzior | 1 | -9/+7 | |
2009-12-04 | Fix: Style | Denis Kenzior | 1 | -2/+1 | |
2009-12-04 | Update HFP voicecall driver to new world order | Denis Kenzior | 1 | -10/+7 | |
2009-12-04 | Remove: at_util callid APIs are no longer necessary | Denis Kenzior | 2 | -22/+0 | |
2009-12-04 | Update voicecall atom to use new callid api | Denis Kenzior | 1 | -9/+7 | |
2009-12-04 | Get rid of list_calls in hfp driver | Denis Kenzior | 1 | -1/+0 | |
2009-12-04 | Get rid of list_calls in calypso driver | Denis Kenzior | 1 | -1/+0 | |
2009-12-04 | Get rid of list_calls in isi driver | Denis Kenzior | 1 | -16/+0 | |
2009-12-04 | Add utility to get the next free call id | Denis Kenzior | 2 | -0/+12 | |
2009-12-04 | Refactor: call id allocation / release | Denis Kenzior | 2 | -5/+10 | |
2009-12-04 | Refactor: Remove list_calls from voicecall driver | Denis Kenzior | 1 | -2/+0 | |
2009-12-03 | Mention Martin's contributions | Marcel Holtmann | 1 | -0/+1 | |
2009-12-03 | Allow builds to install the test scripts for debugging | Martin Xu | 3 | -2/+12 | |
2009-12-03 | Fix: Exit right away | Denis Kenzior | 1 | -0/+3 | |
If no plugin needs to run the eventloop to shutdown cleanly, exit right away. | |||||
2009-12-03 | Add unit test for max message size encoding | Denis Kenzior | 1 | -0/+61 | |
2009-12-02 | Fix: Be a bit more signal-handler safe | Denis Kenzior | 1 | -5/+12 | |
2009-12-02 | Fix: Paste error | Denis Kenzior | 1 | -2/+0 | |
2009-12-02 | When SIGTERM is received, run the event loop | Denis Kenzior | 3 | -13/+71 | |
This feature will continue running the event loop for another 10 seconds or so or until all the modems have been shut down. This will allow the modem drivers to properly shutdown their respective devices. | |||||
2009-12-02 | Fix: Convert PalmPre plugin to new world order | Denis Kenzior | 1 | -0/+4 | |
2009-12-02 | Fix: Convert Novatel plugin to new world order | Denis Kenzior | 1 | -0/+3 | |
2009-12-02 | Fix: Convert MBM plugin to new world order | Denis Kenzior | 1 | -0/+3 | |
2009-12-02 | Fix: Convert Huawei plugin to new world order | Denis Kenzior | 1 | -0/+3 | |
2009-12-02 | Fix: Convert HSO plugin to new world order | Denis Kenzior | 1 | -4/+8 | |
2009-12-02 | Fix: Convert G1 plugin to new world order | Denis Kenzior | 1 | -0/+9 | |
2009-12-02 | Refactor: Set powered to false if disable timedout | Denis Kenzior | 1 | -1/+12 | |
2009-12-02 | Add g_at_chat_unregister_all function | Denis Kenzior | 2 | -0/+29 | |
2009-12-02 | Fix: unregister modem when unregistering driver | Denis Kenzior | 1 | -0/+12 | |
2009-12-02 | Refactor: modem de-registration | Denis Kenzior | 1 | -9/+3 | |
2009-12-02 | Fix: Remove all atoms when attempting to power off | Denis Kenzior | 1 | -9/+9 | |
The current behavior is to remove atoms when the modem has powered off successfully. The modem driver must now take special precautions to cancel all pending actions of the atom drivers, since they would have been destroyed. | |||||
2009-12-02 | Add: g_at_chat_cancel_all function | Denis Kenzior | 2 | -0/+28 | |
This will cancel all commands currently queued. | |||||
2009-12-02 | Fix: Sometimes it is possible to cancel first cmd | Denis Kenzior | 1 | -1/+2 | |
Commands on the head of the queue can be canceled if none of its bytes have actually been written to the modem. This is tracked by cmd_bytes_written variable. | |||||
2009-12-02 | Fix: Don't allow cancelation of command id 0 | Denis Kenzior | 1 | -0/+4 | |
2009-12-02 | Release 0.12 | Marcel Holtmann | 2 | -1/+12 | |
2009-12-02 | Fix: Store refs as 16 bits, not 8 | Denis Kenzior | 1 | -1/+1 | |
Refs are handled as 16 bits properly everywhere, yet are stored as 8 bits in the assembly. | |||||
2009-12-01 | Fix: Don't forget to cleanup the atom watch | Denis Kenzior | 1 | -0/+7 | |
2009-12-01 | Fix: Make sure to never overflow DNS variable | Denis Kenzior | 1 | -2/+5 | |
2009-12-01 | Fix: Poll ENAP on older mbm hardware | Denis Kenzior | 1 | -125/+186 | |
2009-12-01 | Style: Fix whitespace | Denis Kenzior | 1 | -1/+1 | |
2009-12-01 | Fix: Fix parsing in MBM | Denis Kenzior | 1 | -0/+3 | |
2009-12-01 | Add experimental support for E2IPCFG | Denis Kenzior | 1 | -20/+163 | |
2009-12-01 | Fix: Don't decode error unnecessarily | Denis Kenzior | 1 | -2/+2 | |
2009-12-01 | Fix: Add username/password support to mbm context | Denis Kenzior | 1 | -1/+7 | |
2009-12-01 | Fix: Make sure we don't overflow the buffer | Denis Kenzior | 2 | -2/+8 | |
2009-12-01 | Fix: Force calypso to return to command mode ASAP | Denis Kenzior | 1 | -2/+2 | |
Calypso firmware is just bizarre. It seems that if anything is sent before CPI=3 to the DLC handling voice commands, the ATD will not return to command mode immediately, but instead wait until connected / failed condition occurs. If CPI=3 is sent first, then calypso will go to command mode immediately after ATD is issued and report CPI indications as usual. |