summaryrefslogtreecommitdiffstats
path: root/plugins/modemconf.c
AgeCommit message (Collapse)AuthorFilesLines
2010-08-17modemconf: Add support for Interface for STE pluginSjur Brændeland1-0/+1
2010-04-20Added Wavecom modem plugin.Matthias Günther1-0/+1
The Wavecom WMP100 is a serial based modem, however it assumes CPIN to be the final response. This requires some quirking in the sim driver. Refer to commit 6d28f82dc1ccb3de3a028a88eafb96fb001c7e61 for details.
2010-04-20Parse Interface key for isimodem and n900modemPekka Pessi1-0/+17
2010-03-31Fix: Potential crash in modemconfDenis Kenzior1-0/+3
2010-01-30Add support for using old CAIF subsystem with character devicesMarcel Holtmann1-0/+1
2010-01-30Use simple driver table for modem configuration setup helpersMarcel Holtmann1-7/+18
2010-01-27Add HFP support through BlueZGustavo F. Padovan1-1/+0
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-06Port modemconf to the new frameworkDenis Kenzior1-1/+1
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-17Style: Repeat for pluginsDenis Kenzior1-2/+4
2009-11-10Add Palm Pre pluginAndrzej Zaborowski1-1/+2
2009-11-01Inserted the GSM syntax option in modem.confRyan M. Raasch1-0/+1
This is patch to allow the gsm syntax to be specified in the modem.conf file. It is a 2nd version based on code change requests.
2009-10-28Cleanup previous patchDenis Kenzior1-54/+22
2009-10-28Add serial settings parser to modemconf pluginRyan Raasch1-1/+58
2009-10-19Add initial glue code for hfp driverZhenhua Zhang1-1/+2
2009-09-08Add option to phonesim to run with or without multiplexerMarcel Holtmann1-0/+6
2009-09-08Add support for using phonesim and calypso for testingMarcel Holtmann1-9/+15
2009-09-05Update modem configuration parameter parsing for generic AT pluginMarcel Holtmann1-2/+2
2009-09-03Make sure modemconf handles calypso driverDenis Kenzior1-1/+2
2009-09-02Parse and use Address and Port options from modem.confMarcel Holtmann1-0/+26
2009-09-02Parse and use Device option from modem.confMarcel Holtmann1-0/+21
2009-09-02Update modemconf driver to the new ofono_modem_createDenis Kenzior1-1/+1
2009-09-02Add really simple modem configuration parsingMarcel Holtmann1-0/+71
2009-09-02Add skeleton for plugin to handle static modem configurationsMarcel Holtmann1-0/+39