summaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
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.
2013-01-16bluetooth: Rename bluetooth pluginsClaudio Takahasi1-9/+9
As BlueZ 5 introduced backwards incompatible API changes, and we want to keep support for BlueZ 4 based plugins for some time, we need to separate the plugins that are based on BlueZ 4 from the ones based on BlueZ 5. The bluetooth.c plugin has now been renamed to bluez4.c and the hfp_hf.c plugin is renamed to hfp_hf_bluez4. This will make it easy to add a HFP HF plugin for BlueZ 5.
2013-01-16build: Add configure option for BlueZ 5 supportClaudio Takahasi1-1/+6
Going forward, BlueZ 5 will be supported by default. BlueZ 4 support will have to be explicitly enabled by using '--enable-bluez4'. As before, the '--disable-bluetooth' configure option will disable all bluetooth support (BlueZ 4 and BlueZ 5)
2012-12-19build: Compile support for new D-Bus client helpersMarcel Holtmann1-1/+1
2012-11-28tools: Add simple TTY redirector utilityMarcel Holtmann1-1/+4
2012-11-25unit: Fix SMS unit testsMarcel Holtmann1-1/+2
2012-11-25qmimodem: Add support for UIM service handlingMarcel Holtmann1-0/+2
2012-10-03build: Add stk-test-data.h to stktest sourcesDenis Kenzior1-1/+2
2012-10-03unit: Move display text data to common headerDenis Kenzior1-1/+2
2012-10-03stktest: Add initial modem emulator logicDenis Kenzior1-1/+1
2012-10-03tools: Add basic stktest skeletonDenis Kenzior1-0/+7
2012-10-03plugins: Add stktest pluginDenis Kenzior1-0/+3
2012-09-11build: Enable dundee and tools when building distributionMarcel Holtmann1-1/+2
2012-08-07test: Remove test-voicecall scriptDenis Kenzior1-1/+0
This is no longer useful as phonesim does not automatically transition dialing calls to active state.
2012-08-06test: Add hangup-call script for GCF testingGuillaume Zajac1-1/+2
2012-08-05test: Add release-and-swap scriptDenis Kenzior1-0/+1
2012-08-03test: Add hangup-multiparty script for GCF testingGuillaume Zajac1-1/+2
2012-08-02build: add certification.txtDenis Kenzior1-1/+2
2012-08-02test: Add hold-and-answer script for GCF testingGuillaume Zajac1-1/+2
2012-07-27test: Remove test-ussd as it is redundantPhilippe Nunes1-1/+0
2012-07-27test: Add send-ussd scriptPhilippe Nunes1-0/+1
Simpler script that test-ussd that is still capable of replying to network initiated USSD requests and USSD dialogs.
2012-06-25modem: Add skeleton for USSD supportMarcel Holtmann1-0/+1