Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-18 | Fix: Report the current operator as current | Denis Kenzior | 1 | -1/+2 | |
2009-11-18 | Update network API | Denis Kenzior | 1 | -0/+13 | |
2009-11-18 | Add ProposeScan method | Denis Kenzior | 1 | -12/+65 | |
This is the replacement for automatic operator scanning | |||||
2009-11-18 | Fix: Use a different function for initial register | Denis Kenzior | 1 | -1/+10 | |
Just in case pending variable gets set to something | |||||
2009-11-18 | Refactor: Reshuffle bit flags | Denis Kenzior | 1 | -2/+2 | |
2009-11-18 | Refactor: Remove period operator scan | Denis Kenzior | 1 | -50/+0 | |
2009-11-18 | Refactor: Get rid of PENDING flag in netreg | Denis Kenzior | 1 | -9/+3 | |
2009-11-18 | Fix: modem _disable needs to send the CFUN | Denis Kenzior | 1 | -8/+9 | |
For PalmPre driver | |||||
2009-11-18 | Fix: modem _disable needs to send the CFUN | Denis Kenzior | 1 | -6/+6 | |
For Novatel driver | |||||
2009-11-18 | Fix: modem _disable needs to send the CFUN | Denis Kenzior | 1 | -5/+5 | |
For MBM driver | |||||
2009-11-18 | Fix: modem _disable needs to send the CFUN | Denis Kenzior | 1 | -6/+6 | |
For Huawei driver | |||||
2009-11-18 | Fix: modem _disable needs to send the CFUN | Denis Kenzior | 1 | -6/+6 | |
For HSO driver | |||||
2009-11-18 | Fix: modem _disable needs to send the CFUN | Denis Kenzior | 1 | -4/+5 | |
For G1 Driver | |||||
2009-11-18 | Add test script to deactivate a context | Marcel Holtmann | 2 | -2/+39 | |
2009-11-18 | Implement CGREG query | Denis Kenzior | 1 | -1/+21 | |
Some modems do not properly send CGREG notifications when the context is attached / detached. We manually query the registration state of GPRS to make sure that if the modem is indeed attached, the state is reflected properly | |||||
2009-11-18 | Refactor: Move functions up to avoid declaration | Denis Kenzior | 1 | -72/+75 | |
2009-11-18 | Fix: Again, uncross the wires | Denis Kenzior | 1 | -1/+1 | |
2009-11-18 | Fix: Uncross the wires | Denis Kenzior | 1 | -2/+2 | |
2009-11-18 | Support SonyEricsson MD300 | Denis Kenzior | 1 | -1/+2 | |
2009-11-18 | Show list of technologies in a simpler format | Marcel Holtmann | 1 | -1/+6 | |
2009-11-17 | Support Settings property of PrimaryContext | Denis Kenzior | 1 | -9/+206 | |
2009-11-17 | Update the MBM modem driver to the new API | Denis Kenzior | 1 | -7/+17 | |
2009-11-17 | Update the AT modem driver to the new API | Denis Kenzior | 1 | -7/+7 | |
2009-11-17 | Support returning settings from context activation | Denis Kenzior | 1 | -1/+5 | |
2009-11-17 | Add ofono_gprs_context_get_modem | Martin Xu | 2 | -0/+7 | |
2009-11-17 | Fix: Use Application port instead of Control | Denis Kenzior | 1 | -1/+1 | |
It seems Control port does not send CGREG unsolicited notifications | |||||
2009-11-16 | Fix: Don't drop dialing calls when call=0 signaled | Denis Kenzior | 1 | -23/+12 | |
2009-11-16 | Fix: Don't double-swap calls when 3-way dialing | Denis Kenzior | 1 | -0/+13 | |
2009-11-16 | Fix: Update the status to held properly | Denis Kenzior | 1 | -1/+1 | |
2009-11-16 | Refactor: Move repeated code to a function | Denis Kenzior | 1 | -24/+21 | |
2009-11-16 | Fix: Handle callsetup=0 when no waiting or dialing call | Zhenhua Zhang | 1 | -0/+5 | |
When call=1 and callsetup=0, if no waiting or dialing call, the call is active and no need to notify status change. | |||||
2009-11-16 | Fix: Typo | Denis Kenzior | 1 | -1/+1 | |
2009-11-16 | Fix: Ignore repeated CCWAs in atmodem as well | Denis Kenzior | 1 | -0/+5 | |
2009-11-16 | Fix: Ignore repeated CCWA notify if have | Zhenhua Zhang | 1 | -0/+6 | |
Some phone like iPhone repeats CCWA notify. So we need to ignore it when we already have waiting call. | |||||
2009-11-16 | Fix: Set current element properly | Denis Kenzior | 1 | -1/+4 | |
When removing an element from the list, the current iterator was not being updated properly. Most likely leading to double free. | |||||
2009-11-16 | Style: Spacing | Denis Kenzior | 1 | -1/+1 | |
2009-11-16 | add Settings property description to dataconnectionmanger-api.txt | Martin Xu | 1 | -12/+23 | |
2009-11-14 | Release 0.10 | Marcel Holtmann | 2 | -1/+10 | |
2009-11-13 | Add three-way calling support to HFP voice driver | Denis Kenzior | 1 | -93/+503 | |
2009-11-13 | Fix: Make sure we don't dial with an incoming call | Denis Kenzior | 1 | -0/+3 | |
2009-11-13 | Refactor: Simplify code and add have_incoming | Denis Kenzior | 1 | -12/+12 | |
2009-11-13 | Make sure the atmodem handles ATD properly | Denis Kenzior | 1 | -0/+12 | |
The driver must set any existing active calls to held | |||||
2009-11-13 | Update some internal documentation | Denis Kenzior | 1 | -0/+12 | |
2009-11-13 | Revert: Go back to the old dial behavior | Denis Kenzior | 1 | -64/+4 | |
The driver has a better idea of how to handle ATD being invoked when a waiting/held/active call(s) is/are already present. Generally most modems will swap the call automatically preserving the state of the waiting call. We do block dialing another call while a dial is still in progress. | |||||
2009-11-13 | Fix: Fill in the phone number info for outgoing call | Zhenhua Zhang | 1 | -30/+123 | |
There're two cases of outgoing call: dial from HF or dial from phone. We could receive callsetup=2 indicator in both case. So adding AT+CLCC query to sync the outgoing call. In the first case, we only need to sync the phone number. In the second case, the phone is dialing from phone and we know nothing. Create a new call and notify the core. If phone does not support AT+CLCC and there's no call dialing from HF, we fake a new call for it. | |||||
2009-11-13 | Fix: Add support for Option Icon 401 | Denis Kenzior | 1 | -0/+1 | |
2009-11-13 | Fix: Remove yet another duplicate atom | Denis Kenzior | 1 | -1/+0 | |
2009-11-13 | Fix: Remove duplicate SMS atom from HSO plugin | Denis Kenzior | 1 | -1/+0 | |
2009-11-13 | Style: add new line | Denis Kenzior | 1 | -0/+1 | |
2009-11-13 | Fix issue with missing masking of AT%CHLD | Marcel Holtmann | 1 | -1/+1 | |
drivers/calypsomodem/voicecall.c: In function ‘calypso_release_specific’: drivers/calypsomodem/voicecall.c:162: error: too few arguments for format |