summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2010-04-20phonesim: Disable polling in phonesim for nowDenis Kenzior1-3/+1
Seems that polling support in phonesim is less than working
2010-04-20Trivial: Remove extra ':' from history outputDenis Kenzior1-1/+1
2010-04-15Rename ofono_atmodem_poll_enableDenis Kenzior2-2/+2
This is not official oFono API
2010-04-15Implement STATUS polling in atmodem driver.Andrzej Zaborowski2-5/+8
2010-04-15Add AT driver for STK atom.Andrzej Zaborowski2-0/+5
2010-04-15Drivers can notify core of SIM insertion / removalAndrzej Zaborowski10-10/+50
Add ofono_sim_inserted_notify function to notify the core of SIM insertion / removal. Make every plugin generate a sim inserted event on start. For devices with removable card, the event should be emitted after the plugin detects such event. For devices that need to wait for SIM card initialization, they can emit this event later.
2010-04-14Add support for Option iCON 451Daniel Wagner1-0/+1
2010-04-01Add support for Option iCon 452Denis Kenzior1-0/+1
2010-03-31Update mbm to use two portsDenis Kenzior1-50/+85
The second port might be used for a second active context via ppp
2010-03-31Fix: MD300 uses two ACM ports, so set one to dataDenis Kenzior1-1/+4
2010-03-31Fix: Potential crash in modemconfDenis Kenzior1-0/+3
2010-03-29Add call-forwarding to mbm driverDenis Kenzior1-0/+2
2010-03-28Move erinfo notify to atmodem netreg driverDenis Kenzior1-23/+0
2010-03-26Add phonesim vendor quirkDenis Kenzior1-1/+2
2010-03-26Add mbm vendorDenis Kenzior1-1/+2
2010-03-18huawei: use GSM permissive parser instead of V1.João Paulo Rechi Vita1-1/+1
With V1 parser the driver fails to detect when a SMS is successfully sent and keeps re-trying until Max retries.
2010-03-16Add support of Huawei EM770 modemYang Gu3-0/+254
Comparing with general Huawei modem, EM770 is a full feature modem that supports voicecall, phonebook, call forwarding, call barring, etc.
2010-02-15hfp: add watch to trigger HUP of the file descriptorGustavo F. Padovan1-0/+10
2010-02-15hfp: remove modems if bluetoothd exits unexpectedlyGustavo F. Padovan1-2/+25
2010-02-15hfp: remove duplicated ofono_modem_set_poweredGustavo F. Padovan1-2/+0
2010-02-12Fix: Unregistering the agent in disable is wrongDenis Kenzior1-3/+5
What we really want to do here is set a flag that the agent has not been released yet. If this is the case we should send the Disconnect call on disable.
2010-02-12Add hfp/ prefix to the path for HFP modemsDenis Kenzior1-1/+2
2010-02-12Add support for alias changesDenis Kenzior1-5/+29
2010-02-12Set modem name from Bluetooth device aliasDenis Kenzior1-3/+6
2010-02-12Fix: Use persistent paths for hfp modemsDenis Kenzior1-19/+54
2010-02-12Fix: Store the modem in the uuid hashDenis Kenzior1-2/+2
The modem is more useful to store than the path, particularly once we track Aliases
2010-02-12Refactor the UUIDs property changed pathDenis Kenzior1-29/+36
2010-02-12Don't leak user_data in send_method_call_with_replyDenis Kenzior1-5/+16
2010-02-12hfp: Don't use Disconnect when agent was releasedGustavo F. Padovan1-7/+11
2010-02-12Keep track of adapter addressesDenis Kenzior1-10/+44
This will be required for peristent HFP modem path tracking.
2010-02-12Fix: Add free_func to send_method_call_with_replyDenis Kenzior1-10/+13
2010-02-12Fix: ofono_dbus_get_connection does not ref itDenis Kenzior1-2/+0
2010-02-12Cleanup: No sense in creating the hash if failedDenis Kenzior1-4/+3
2010-02-12Refactor: Device GetProperties handlingDenis Kenzior1-65/+18
2010-02-12Refactor: Use Adapter Devices propertyDenis Kenzior1-20/+58
Adapter interface ListDevices method is deprecated
2010-02-12Fix: Use Manager's Adapters property insteadDenis Kenzior1-20/+32
ListAdapters method on Manager interface is deprecated
2010-02-12Add a more sophisticated GetProperties reply parserDenis Kenzior1-0/+84
2010-02-12Style: No need for this to be a functionDenis Kenzior1-10/+7
2010-02-12Fix: Use a 15 second timeout on a disconnectDenis Kenzior1-1/+1
2010-02-12Style: No need for this to be a functionDenis Kenzior1-9/+9
2010-02-12Style: No need for a function hereDenis Kenzior1-8/+3
2010-02-12hfp: set timeout to rfcomm establishment procedureGustavo F. Padovan1-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-11hfp: avoid crash when hfp is declared on modem.confGustavo F. Padovan1-0/+4
2010-02-11hfp: fix copyright noticeGustavo F. Padovan1-1/+1
2010-02-08Fix: Don't use ofono_debug directly in pluginsDenis Kenzior1-12/+12
2010-02-05Fix: Simplify overly complex error handlingDenis Kenzior1-32/+4
2010-02-05Style: Rename variables to better indicate arraysDenis Kenzior1-12/+12
Variables that hold arrays of strings should be named more appropriately to help indicate this.
2010-02-05Style: No need for void hereDenis Kenzior1-3/+3
2010-02-05hfp: Fix memory leak when listing bluetooth devicesVinicius Costa Gomes1-3/+7
2010-02-05hfp: wait Disconnect reply to power down the modemGustavo F. Padovan1-2/+24