Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-10 | Fix: plugin version mismatch warning | Inaky Perez-Gonzalez | 1 | -1/+2 | |
When complaining about plugin version mismatch, print the version information | |||||
2010-02-10 | Clean: no error path needed | Inaky Perez-Gonzalez | 2 | -4/+10 | |
Remove unneeded error path and document the rationale behind it in __ofono_modem_get_list() and manager_get_properties(). | |||||
2010-02-10 | Rename server_io to channel | Zhenhua Zhang | 1 | -6/+6 | |
To make it consistent with GAtChat. | |||||
2010-02-10 | Replace sprintf with snprintf | Zhenhua Zhang | 1 | -2/+3 | |
2010-02-10 | Rename buf to read_buf in GAtServer | Zhenhua Zhang | 1 | -27/+27 | |
Because we may introduce write_buf for sever response buffer. | |||||
2010-02-10 | Style: if statement | Denis Kenzior | 1 | -2/+3 | |
2010-02-10 | Fix: memory leak | Denis Kenzior | 1 | -0/+5 | |
2010-02-10 | Mention the new dynamic debug command line option | Marcel Holtmann | 1 | -1/+1 | |
2010-02-09 | Enable USSD_STATE_USER_ACTION | Aki Niemi | 1 | -5/+13 | |
If the network requests user action in the response to an MO USSD, we cannot immediately return to USSD_STATE_USER_IDLE. Instead, USSD_STATE_USER_ACTION is entered. Note that it is left up to the driver to notify() when the USSD transaction is closed by the network due to inactivity. Another way to return to USSD_STATE_IDLE is for the user to cancel() the transaction. | |||||
2010-02-09 | Add isimodem USSD implementation | Aki Niemi | 1 | -10/+233 | |
2010-02-09 | Add USSD codepoints and debugging | Aki Niemi | 2 | -3/+28 | |
2010-02-09 | Move USSD status enum to header | Aki Niemi | 2 | -12/+12 | |
2010-02-08 | Add Wavecom's quirky CPIN handling | Denis Kenzior | 2 | -7/+23 | |
2010-02-08 | Fix: Tweak gprs attach logic | Denis Kenzior | 1 | -5/+5 | |
We use driver_attached to track whether the driver is attached / attaching. Unfortunately we only set it when set_attached succeeds. Instead we should set it right away when calling set_attached, so we cover pending attaches as well. | |||||
2010-02-08 | Fix: Add recheck flag to gprs | Denis Kenzior | 1 | -1/+14 | |
When a powered is toggled quickly, we ignore the second request. This flag tells us that we should recheck what the attach status should be once the current operation finishes | |||||
2010-02-08 | Refactor: Remove atutil dump_response | Denis Kenzior | 24 | -174/+0 | |
No longer needed now that we have nice AT command tracing using OFONO_AT_DEBUG=1 | |||||
2010-02-08 | Fix: Don't use ofono_debug directly in plugins | Denis Kenzior | 14 | -77/+75 | |
2010-02-08 | Fix: Don't use ofono_debug directly in the core | Denis Kenzior | 13 | -83/+82 | |
Use DBG macro which is integrated with the new debug framework. | |||||
2010-02-05 | Fix: Simplify overly complex error handling | Denis Kenzior | 1 | -32/+4 | |
2010-02-05 | Style: Rename variables to better indicate arrays | Denis Kenzior | 1 | -12/+12 | |
Variables that hold arrays of strings should be named more appropriately to help indicate this. | |||||
2010-02-05 | Style: No need for void here | Denis Kenzior | 1 | -3/+3 | |
2010-02-05 | Mention Vinicius' contributions | Denis Kenzior | 1 | -0/+1 | |
2010-02-05 | hfp: Fix memory leak when listing bluetooth devices | Vinicius Costa Gomes | 1 | -3/+7 | |
2010-02-05 | hfp: wait Disconnect reply to power down the modem | Gustavo F. Padovan | 1 | -2/+24 | |
2010-02-05 | Fix: Don't call UnregisterAgent if already Released | Gustavo F. Padovan | 1 | -1/+7 | |
Prevent to call UnregisterAgent on an already unregistered agent. | |||||
2010-02-05 | hfp: create modem for new devices paired on runtime | Gustavo F. Padovan | 1 | -5/+57 | |
It listens the UUIDs property to create a modem from the recently paired devices. It also renames added_watch to adapter_watch, a more proper name. | |||||
2010-02-05 | Update gitignore | Denis Kenzior | 1 | -0/+1 | |
2010-02-05 | Fix: Send *EIAAUW after CGDCONT for STE and MBM | Denis Kenzior | 2 | -18/+29 | |
Otherwise the EIAAUW might fail. | |||||
2010-02-05 | Fix: Use snprintf instead of sprintf in hsomodem | Denis Kenzior | 1 | -8/+9 | |
2010-02-05 | Fix: Use snprintf instead of sprintf in mbmmodem | Denis Kenzior | 1 | -4/+4 | |
2010-02-05 | Fix: Use snprintf instead of sprintf in calypso | Denis Kenzior | 1 | -5/+5 | |
2010-02-05 | Fix: Use snprintf instead of sprintf in stemodem | Denis Kenzior | 2 | -10/+11 | |
2010-02-05 | Fix: Use snprintf instead of sprintf in HFP | Denis Kenzior | 2 | -5/+5 | |
2010-02-05 | Fix: Use snprintf instead of sprintf in atmodem | Denis Kenzior | 12 | -55/+58 | |
2010-02-05 | Fix: Use snprintf instead of sprintf in the core | Denis Kenzior | 3 | -12/+15 | |
2010-02-04 | Add isimodem radio settings driver | Aki Niemi | 4 | -0/+326 | |
2010-02-04 | Add PN_GSS codepoints and debugging | Aki Niemi | 4 | -1/+89 | |
2010-02-04 | Add radio settings atom and driver API | Aki Niemi | 5 | -2/+503 | |
This interface exposes a read-write property for radio access technology selection mode. | |||||
2010-02-04 | Fix: No need to check for handsfree_path now | Denis Kenzior | 1 | -12/+0 | |
2010-02-04 | Cleanup: Refactor handling of failed connections | Denis Kenzior | 2 | -42/+23 | |
2010-02-04 | Cleanup: Modem creation | Denis Kenzior | 1 | -2/+11 | |
2010-02-04 | Add function to handle SLC handshake failures | Denis Kenzior | 1 | -1/+19 | |
2010-02-04 | Fix: Don't send undefined values to the core | Denis Kenzior | 1 | -3/+4 | |
2010-02-04 | Fix: Unnecessary initializations | Denis Kenzior | 1 | -2/+2 | |
2010-02-04 | Fix: Dead Assignments | Denis Kenzior | 3 | -6/+4 | |
2010-02-04 | Fix: missing break statement | Denis Kenzior | 1 | -0/+2 | |
2010-02-04 | Fix: Dead Assignment | Denis Kenzior | 1 | -3/+2 | |
2010-02-03 | Fix: Wrong variables use | Denis Kenzior | 1 | -2/+2 | |
Copy/paste error from above resulted in incorrect variables being used for comparison. | |||||
2010-02-03 | Fix: Check for \r in UCS2 alphabets | Denis Kenzior | 1 | -1/+1 | |
2010-02-03 | Update overview.txt | Denis Kenzior | 1 | -12/+26 | |