Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-12 | hfp: Don't use Disconnect when agent was released | Gustavo F. Padovan | 1 | -7/+11 | |
2010-02-12 | Keep track of adapter addresses | Denis Kenzior | 1 | -10/+44 | |
This will be required for peristent HFP modem path tracking. | |||||
2010-02-12 | Fix: Add free_func to send_method_call_with_reply | Denis Kenzior | 1 | -10/+13 | |
2010-02-12 | Fix: ofono_dbus_get_connection does not ref it | Denis Kenzior | 1 | -2/+0 | |
2010-02-12 | Cleanup: No sense in creating the hash if failed | Denis Kenzior | 1 | -4/+3 | |
2010-02-12 | Refactor: Device GetProperties handling | Denis Kenzior | 1 | -65/+18 | |
2010-02-12 | Refactor: Use Adapter Devices property | Denis Kenzior | 1 | -20/+58 | |
Adapter interface ListDevices method is deprecated | |||||
2010-02-12 | Fix: Use Manager's Adapters property instead | Denis Kenzior | 1 | -20/+32 | |
ListAdapters method on Manager interface is deprecated | |||||
2010-02-12 | Add a more sophisticated GetProperties reply parser | Denis Kenzior | 1 | -0/+84 | |
2010-02-12 | Style: No need for this to be a function | Denis Kenzior | 1 | -10/+7 | |
2010-02-12 | Fix: Use a 15 second timeout on a disconnect | Denis Kenzior | 1 | -1/+1 | |
2010-02-12 | Style: No need for this to be a function | Denis Kenzior | 1 | -9/+9 | |
2010-02-12 | Style: No need for a function here | Denis Kenzior | 1 | -8/+3 | |
2010-02-12 | hfp: set timeout to rfcomm establishment procedure | Gustavo F. Padovan | 1 | -25/+83 | |
If it expires we call org.bluez.HandsfreeGateway.Disconnect() It also modifies send_method_call and break it down into two functions. Now we have send_method_call_with_reply, for DBus messages that needs a reply. It sets a reply and a timeout for the message reply. The other funcion is called send_method_call without timeout or reply parameters. | |||||
2010-02-11 | hfp: avoid crash when hfp is declared on modem.conf | Gustavo F. Padovan | 1 | -0/+4 | |
2010-02-11 | hfp: fix copyright notice | Gustavo F. Padovan | 1 | -1/+1 | |
2010-02-10 | Mention Inaky's contributions | Denis Kenzior | 1 | -0/+1 | |
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 | |