summaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2011-01-28test: Add test for listing messagesDenis Kenzior1-1/+2
2011-01-26gprs-provision: add example context provisioning driverJukka Saunamaki1-0/+3
2011-01-26gprs-provision: add driver API sourcesJukka Saunamaki1-1/+1
2011-01-26gprs-provision: add driver API headerJukka Saunamaki1-1/+2
2011-01-26build: Use dist_ prefix as applicableRémi Denis-Courmont1-7/+4
2011-01-24build: Use pkglibdir where applicableRémi Denis-Courmont1-1/+1
2011-01-20sms: Break out message objects into message.[ch]Faiyaz Baxamusa1-1/+2
These can be used as is by the CDMA SMS manager atom
2011-01-20doc: Add messagemanager-api and change message-apiFaiyaz Baxamusa1-2/+2
2011-01-20sim-auth: Add atmodem driverAndrzej Zaborowski1-1/+2
2011-01-20sim-auth: Add skeleton for the sim-auth atomAndrzej Zaborowski1-1/+1
2011-01-20include: Add SIM authentication atom'sAndrzej Zaborowski1-1/+1
Structures and function declarations for the SIM authentication atom as proposed by Pekka Pessi, with just one method at the moment.
2011-01-19build: Use standard pkginclude directoryRémi Denis-Courmont1-5/+4
automake automatically defines includedir to the base include directory and pkgincludedir to ./@PACKAGE@ from there. So lets use the later one instead of overriding automake.
2011-01-15build: Make Bluetooth library requirement conditionalMarcel Holtmann1-11/+15
2011-01-14test: add disable-call-forwardingJarko Poutiainen1-1/+2
2011-01-14ifxmodem: add enable/disable ctm supportJeevaka Badrappan1-1/+2
2011-01-13bluetooth: Add Btio library for DUNZhenhua Zhang1-2/+6
Btio library is the low level socket API for BT RFCOMM connection. We share the same library among BlueZ, Obex and oFono. So make sure you synchronize to other two projects when you make changes to btio.[ch].
2011-01-13cdmamodem: Add CDMA devinfo supportDara Spieker-Doyle1-1/+2
2011-01-13test: Add CDMA MO Call Support scriptsDara Spieker-Doyle1-1/+4
2011-01-12nokiacdma: Add plugin and CDMA MO Call SupportDara Spieker-Doyle1-0/+3
2011-01-12cdmamodem: Add CDMA MO Call supportDara Spieker-Doyle1-1/+3
2011-01-12test: add set-call-forwardingJarko Poutiainen1-1/+2
2011-01-11plugin: Add ste modem init daemon integrationSjur Brændeland1-0/+3
This patch introduces auto discovery of ST-Ericsson modems. ST-Ericsson modems (M57XX, M7XX, M74XX) are managed by a Modem Init Daemon responsible for start, power cycles, flashing etc. This STE plugin monitors the modem state exposed from the Modem Init Daemon's Dbus API. When the modem is in state "on" the STE modem is created and registered. Muliple modem instances, and reset handling is supported.
2011-01-10sierra: Add skeleton for Sierra modem pluginMarcel Holtmann1-0/+3
2011-01-10Add plugin for Cinterion TC65 modemOskari Timperi1-0/+3
2011-01-09build: Add configure option for building toolsMarcel Holtmann1-1/+4
2011-01-09build: Fix the CDMA modem autoconf/automake messMarcel Holtmann1-4/+3
2011-01-09gobi: Add skeleton for Qualcomm Gobi modem pluginMarcel Holtmann1-0/+3
2011-01-07build: fix missing line continuationRafael Ignacio Zurita1-1/+1
2011-01-05tools: Add utility for auto enabling modemsMarcel Holtmann1-2/+5
2011-01-05cdma-sms: Add CDMA SMS SupportLei Yu1-1/+2
2010-12-31doc: Include doc/calypso-modem.txt in distributionNeil Jerram1-1/+2
2010-12-22cdmamodem: Add cdmamodem stubsDara Spieker-Doyle1-0/+6
2010-12-22cdma-voicecall: Add CDMA MO Call SupportDara Spieker-Doyle1-1/+2
2010-12-22cdma-voicecall: Add CDMA MO Call SupportDara Spieker-Doyle1-1/+1
2010-12-22modem: Add test script for the Lockdown propertyGustavo F. Padovan1-0/+1
2010-12-22build: Add renamed ISI USB plugin to buildAki Niemi1-2/+2
2010-12-22build: Add refactored isimodem and gisi to buildAki Niemi1-0/+55
2010-12-22isimodem: Remove from buildAki Niemi1-44/+0
Prepare for refactoring.
2010-12-22gisi: Remove from buildAki Niemi1-10/+0
Prepare for refactoring.
2010-12-21huaweimodem: Add support for radio settingsLucas De Marchi1-1/+2
2010-12-21test: add scripts for setting frequency bandLucas De Marchi1-1/+3
2010-12-15doc: Add short FAQ for release process detailsMarcel Holtmann1-1/+1
2010-12-07Mark ofono/*.h symbolink links as built sourcesRémi Denis-Courmont1-3/+3
This forces automake/make to build them first if needed (as before). But it avoids marking every single header as a dependency of every single object. Thus we do not need a bogus full rebuild of the tree everytime a header is added.
2010-11-26build: Add forgotten test/test-ttyDenis Kenzior1-1/+2
2010-11-26ctm: add documentation for TextTelephony interfaceLucas De Marchi1-1/+1
2010-11-26ctm: Add initial CTM atom implementationLucas De Marchi1-1/+1
2010-11-26ctm: add public headerLucas De Marchi1-1/+2
2010-11-13stemodem: Add RTNL functionality managing CAIF Network Interfaces.Sjur Brændeland1-0/+2
2010-11-09build: Add reset-pin scriptDenis Kenzior1-0/+1
2010-11-04test: Add send-vcard scriptDenis Kenzior1-1/+2