summaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2015-12-18build: add support for upower pluginTony Espy1-0/+5
2015-12-17build: untangle ATMODEM and BLUETOOTH conditionalsTony Espy1-13/+17
2015-12-15plugins: Add sofia3GR ril driverDenis Kenzior1-0/+3
2015-12-15build: Fix building without atmodem supportDenis Kenzior1-3/+2
2015-12-15build: add support for new test-rilmodem-cbTony Espy1-1/+9
2015-12-04gril: Remove grilunsol.[ch]Denis Kenzior1-1/+0
2015-12-03rilmodem: Remove drivers/rilmodem/gprs.hDenis Kenzior1-1/+0
2015-12-03gril: Remove grilreply.[ch]Denis Kenzior1-1/+0
2015-12-03gril: Remove grilrequest.[ch]Denis Kenzior1-1/+0
2015-11-19build: update for test-rilmodem-cs changesTony Espy1-14/+14
2015-11-19build: add support for test-rilmodem-smsTony Espy1-1/+13
2015-11-05rilmodem: Get rid of radio-settings.hDenis Kenzior1-1/+0
2015-11-05build: Make distcheck pass againDenis Kenzior1-5/+10
2015-11-05build: Tweak gril_sourcesDenis Kenzior1-4/+5
2015-11-05build: add support for rilmodem-cs testTony Espy1-1/+10
2015-10-13build: Add rilmodem to the buildAlfonso Sanchez-Beato1-1/+43
Build gril, the rilmodem and infineon drivers, and the corresponding plugins.
2015-05-13tc65: Replace tc65 plugin with cinterion pluginAlex J Lennon1-2/+2
On the basis that tc6x and other Cinterion devices will likely have similar firmware requirements, provide a generic Cinterion plugin which is functionally identical to the replaced tc65 plugin. The udev implementation retains support for "tc65" name for backwards compatibility, and adds support for the new "cinterion" name.
2014-10-22telitmodem: location reporting driverKuba Pawlak1-0/+6
2014-10-22doc: new file doc/telit-modem.txtKuba Pawlak1-1/+2
2014-10-20emulator_fuzz: Add test pluginDenis Kenzior1-0/+3
This plugin creates an org.ofono.test.EmulatorFuzz interface on path /test. Currently only one method is implemented, SetIndicatorActive. SetIndicatorActive("DistractedDrivingReduction", True|False) allows to activate / deactivate the HF indicator via +BIND unsolicited notification.
2014-10-20test: Add test/set-ddrDenis Kenzior1-1/+2
Script to set DistractedDrivingReduction property
2014-07-08plugins: new driver for u-blox SARA-U270 modemsPhilip Paeps1-0/+3
This driver may also work (perhaps with more or less trivial changes) with other u-blox modems (SARA, LISA, LEON) but this hasn't been tested.
2014-07-08plugins: add a new driver for Quectel UC15 modemsPhilip Paeps1-0/+3
2013-12-21build: Remove unused dependency on USB libraryMarcel Holtmann1-2/+1
2013-12-21git: Fixup messed up permissionsDenis Kenzior1-0/+0
2013-12-18siri: Add atom driverKrzysztof Wilk1-1/+2
2013-12-18siri: Add atom implementationKrzysztof Wilk1-1/+1
2013-12-18include: Add Siri interface definitionKrzysztof Wilk1-1/+1
2013-12-18doc: Add Siri APIKrzysztof Wilk1-1/+1
2013-11-25plugins: Add initial Telit he910 driverDenis Kenzior1-0/+3
2013-11-25build: Always build the connman pluginDenis Kenzior1-3/+3
It is not related to BLUEZ 4 support
2013-09-12test: Add set-msisdn scriptDenis Kenzior1-1/+2
2013-09-12test: Add display-icon scriptDenis Kenzior1-1/+2
2013-07-18build: Build a simpler version of libgdbus-internalMarcel Holtmann1-6/+4
2013-07-18build-sys: Use libgdbus-internal.laLucas De Marchi1-10/+19
With the current approach if we have different CFLAGS for each binary we would build gdbus several times for no reason. Instead of prepending $(gdbus_sources) to several _SOURCES variable, use a convenience library thas is used internally only, thus with a "-internal" suffix.
2013-04-09core: Add hfp.hDenis Kenzior1-1/+2
This will serve as a collection point for all HFP related definitions.
2013-03-24dundee: Start BlueZ 5 supportPaulo Borges1-5/+10
This patch adds the BlueZ 5 support file for dundee.
2013-03-24dundee: Rename dundee BlueZ 4 supportPaulo Borges1-1/+1
The BlueZ 4 support file for dundee has now been renamed to bluez4.c to make it easier to add a BlueZ 5 support file.
2013-03-21dun_gw: Add BlueZ 5 versionFrédéric Danis1-0/+3
This patch adds initial implementation of the D-Bus Profile1 interface and methods responsible for handling Bluetooth connections. The DUN GW profile interface is registered as soon as a GPRS capable modem is registered in oFono.
2013-03-21bluetooth: Rename DUN GW pluginFrédéric Danis1-2/+2
As BlueZ 5 introduced backwards incompatible API changes, and we want to keep support for BlueZ 4 based DUN GW plugin for some time, we need to separate DUN GW plugin which is based on BlueZ 4 from the one based on BlueZ 5. The dun_gw.c plugin is renamed to dun_gw_bluez4. This will make it easy to add a DUN GW plugin for BlueZ 5.
2013-03-04core: Add new Bluetooth headerClaudio Takahasi1-1/+1
This patch adds the Bluetooth utility funtions and socket type declarations to a new header src/bluetooth.h, allowing to share it between core, and plugins.
2013-02-21include: Add skeleton for handsfree-audioDenis Kenzior1-1/+2
2013-02-20handsfree-audio: Add Manager registrationClaudio Takahasi1-1/+2
Adds the initial implementation of new experimental Handsfree Audio Manager interface. This patch adds the interface registration and the declaration of it's methods.
2013-01-31hfp_ag: Add BlueZ 5 versionFrédéric Danis1-0/+3
This patch adds initial implementation of the D-Bus Profile1 interface and methods responsible for handling Bluetooth connections. The HFP AG profile interface is registered as soon as a voice capable modem is registered in oFono.
2013-01-30bluetooth: Rename HFP AG pluginFrédéric Danis1-2/+2
As BlueZ 5 introduced backwards incompatible API changes, and we want to keep support for BlueZ 4 based HFP AG plugin for some time, we need to separate HFP AG plugin which is based on BlueZ 4 from the one based on BlueZ 5. The hfp_ag.c plugin is renamed to hfp_ag_bluez4. This will make it easy to add an HFP AG plugin for BlueZ 5.
2013-01-16build: Use AM_CPPFLAGS instead of INCLUDESLucas De Marchi1-1/+1
Makefile.am:518: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
2013-01-16hfp_hf_bluez5: Add initial skeleton implementationClaudio Takahasi1-1/+1
2013-01-16bluetooth: Add profile register / unregisterClaudio Takahasi1-1/+1
Adds utility API to handle BlueZ 5 RegisterProfile and UnregisterProfile methods.
2013-01-16hfp_hf: Add initial file for external HFPClaudio Takahasi1-0/+3
This patch adds the initial file to support external HFP profile and BlueZ 5. "hfp_hf_bluez5" plugin will implement an external Bluetooth profile compatible with BlueZ 5, and "hfp_hf_bluez4" plugin will keep the compatibility with BlueZ 4.
2013-01-16bluetooth: Initial files for BlueZ 5Claudio Takahasi1-0/+3
This patch adds the file for Bluetooth(BlueZ 5) oFono plugin.