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-08 | Fix: Don't use ofono_debug directly in plugins | Denis Kenzior | 1 | -12/+12 | |
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 | 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 | Fix: Use snprintf instead of sprintf in HFP | Denis Kenzior | 1 | -1/+1 | |
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 | 1 | -41/+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-01-30 | Use blocking GAtChat objects for STE modems | Marcel Holtmann | 1 | -1/+1 | |
Due to some missing implementation of POLLOUT, the access to the CAIF channels of the STE modems have to be done in a blocking fashion. | |||||
2010-01-30 | Add support for using old CAIF subsystem with character devices | Marcel Holtmann | 2 | -18/+34 | |
2010-01-30 | Use simple driver table for modem configuration setup helpers | Marcel Holtmann | 1 | -7/+18 | |
2010-01-28 | Add STE voice call support. | Sjur Brændeland | 1 | -1/+1 | |
2010-01-28 | Handle the error path from service_level_connection | Gustavo F. Padovan | 1 | -2/+4 | |
2010-01-28 | Remove unneeded code to disable the modem on hfp | Gustavo F. Padovan | 1 | -3/+0 | |
ofono_modem_remove() already disables the modem. | |||||
2010-01-28 | Disable dummy CAIF modem detection for now | Marcel Holtmann | 1 | -0/+2 | |
2010-01-28 | Add plugin for static CAIF device detection | Marcel Holtmann | 1 | -0/+68 | |
2010-01-28 | Some minor style cleanups for STE support | Marcel Holtmann | 1 | -3/+8 | |
2010-01-27 | Style: Various whitespace issues | Denis Kenzior | 1 | -1/+7 | |
2010-01-27 | Style: Don't go over 80 characters | Denis Kenzior | 1 | -2/+4 | |
2010-01-27 | Fix: Remove unused includes | Denis Kenzior | 1 | -11/+0 | |
2010-01-27 | Add copyright note to the HFP plugin | Gustavo F. Padovan | 1 | -0/+1 | |
2010-01-27 | Remove wrong copyright statement within HFP plugin | Marcel Holtmann | 1 | -1/+0 | |
2010-01-27 | Limit HFP plugin loading to D-Bus 1.3 only systems | Marcel Holtmann | 1 | -0/+3 | |
2010-01-27 | Add HFP support through BlueZ | Gustavo F. Padovan | 2 | -16/+462 | |
It uses BlueZ through to get HFP working following the org.bluez.HandsfreeGateway and org.bluez.HandsfreeAgent from the BlueZ D-Bus API. You need the HFP suport into BlueZ and the new D-Bus 1.3 or later with fd-passing support. Many thanks to Zhenhua Zhang <zhenhua.zhang@intel.com> for its prototype on this code. | |||||
2010-01-27 | Add STE modem support for GPRS PDP Contexts | Sjur Brændeland | 1 | -1/+1 | |
2010-01-25 | Add STE modem plugin | Sjur Brændeland | 1 | -0/+253 | |
2010-01-20 | Add quirk for cid and lac handling for Huawei | Jussi Kukkonen | 1 | -1/+2 | |
2010-01-12 | Style: Trailing whitespace & extra lines | Denis Kenzior | 1 | -6/+6 | |
2010-01-06 | Use short serial number for udev detected devices | Marcel Holtmann | 1 | -2/+22 | |