summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2011-02-16hfp_ag: Create emulator with type HFP_AGFrédéric Danis1-0/+17
2011-02-16dun_gw: Reformat SDP recordDenis Kenzior1-33/+34
2011-02-16dun_gw: Add DUN server plugin for oFonoGustavo F. Padovan1-0/+164
DUN server is probed when modem state changes to online. It registers DUN record to Bluetooth adapter and wait for incoming DUN connection. Based on a patch from Zhenhua Zhang <zhenhua.zhang@intel.com>
2011-02-16hfp_ag: Reformat SDP recordDenis Kenzior1-42/+42
2011-02-16bluetooth: add HFP AG pluginFrédéric Danis1-0/+171
2011-02-15bluetooth: Reset adapter_any_path to NULL in unrefDenis Kenzior1-0/+1
2011-02-15bluetooth: style issuesDenis Kenzior1-3/+3
2011-02-15bluetooth: single SDP record for all adaptersFrédéric Dalleau1-76/+64
2011-02-14udev: Add Teracom (Linktop/LW27x) device detectionAmit Mendapara1-0/+3
2011-02-14udev: Handle Linktop data cardAmit Mendapara1-0/+32
2011-02-14linktop: Minor style issuesDenis Kenzior1-5/+4
2011-02-14plugin: Add plugin for Linktop LW27x data cardsAmit Mendapara1-0/+357
2011-02-10ifx: Remove modem selftest supportJeevaka Badrappan1-63/+2
Commands used for self tests are not working for all versions of the modem firmware.
2011-02-09sierra: Fix small coding style issueMarcel Holtmann1-2/+2
2011-02-09gobi: Fix small coding style issueMarcel Holtmann1-2/+2
2011-02-08bluetooth: Minor style fixesDenis Kenzior1-3/+5
2011-02-08bluetooth: Get rid of memory leaks on errorDenis Kenzior1-24/+29
2011-02-08bluetooth: Refactor the authorization processDenis Kenzior1-53/+15
It is unnecessary to keep the IO watch around after the authorization process has finished. This also means client_list variable is not really needed. Since we destroy the watch once the auth_cb is called, we can also remove the auth_pending variable. Finally, the null check of path is not necessary
2011-02-08bluetooth: Add Bluetooth service authorization supportFrédéric Danis1-10/+115
2011-02-08bluetooth: Add bluetooth server supportFrédéric Danis2-3/+253
2011-02-08ifx: Fix for changed selftest AT command syntaxAnand Ramakrishna1-2/+2
It is a fix to support the selftest AT command syntax changed in latest IFX fw version.
2011-02-08bluetooth: Optimize D-Bus call flowFrédéric Danis1-3/+14
We can call manager GetProperties once inside bluetooth_ref and avoid calling it every time bluetooth_register_uuid is called.
2011-02-07ifx: Adding modem selftest for Infineon modemAnand Ramakrishna1-2/+64
Infineon modem selftest, during ifx_enable(). Two steps trigger with timeout. In case one fails, modem will not power up.
2011-02-07n900: Enable use of legacy subscriptionsAki Niemi1-0/+1
2011-02-07isiusb: Enable use of legacy subscriptionsAki Niemi1-0/+1
2011-02-07plugins: Adapt isiusb and gpio plugins to new APIAki Niemi2-3/+3
2011-02-02push-notification: Fix the nulling of the agentDenis Kenzior1-0/+1
Same as the previous commit, but applies to push-notifications
2011-02-02smart-messaging: set agent to NULL after freeLucas De Marchi1-0/+1
If agent is not set to NULL after it's freed, the following situation would not work: smart_messaging_register_agent() smart_messaging_unregister_agent() smart_messaging_register_agent() And this one could potentially crash oFono: smart_messaging_register_agent() smart_messaging_unregister_agent() smart_messaging_unregister_agent()
2011-02-01plugins: fix misspellingLucas De Marchi1-1/+1
2011-02-01ste: Add support for CBS interfaceLasse Kunnasluoto1-0/+2
STE modems support standard AT commands in CBS
2011-01-31mbm: add radio-settings supportJeevaka Badrappan1-0/+2
2011-01-29plugins: remove NULL checkJeevaka Badrappan10-36/+4
2011-01-29gobi: Use permissive AT syntax parserMarcel Holtmann1-1/+1
Trying to use the GSM V1 parser will break sending SMS. So just accept that Gobi is another device where the strict syntax parser won't work.
2011-01-29tc65: Move SMS support into post_sim stageMarcel Holtmann1-1/+2
2011-01-29hso: Move SMS support into post_sim stageMarcel Holtmann1-1/+2
2011-01-29zte: Move SMS support into post_sim stageMarcel Holtmann1-2/+3
2011-01-29novatel: Move SMS support into post_sim stageMarcel Holtmann1-3/+5
2011-01-29huawei: Move SMS support into post_sim stageMarcel Holtmann1-1/+2
2011-01-29ste: Move SMS support into post_sim stageMarcel Holtmann1-1/+2
2011-01-29mbm: Move SMS support into post_sim stageMarcel Holtmann1-2/+2
2011-01-29ifx: Move SMS support into post_sim stageMarcel Holtmann1-2/+3
2011-01-29gobi: Move SMS support into post_sim stageMarcel Holtmann1-1/+2
2011-01-28phonesim: Move sms atom to post_sim stateDenis Kenzior1-3/+4
2011-01-28udev: Enable Dell 5540 AGPS interfaceZhigang Li1-1/+1
2011-01-27sierra: Use vendor quirk for SIM driverMarcel Holtmann1-1/+2
2011-01-27sierra: Add support GPRS registrationMarcel Holtmann1-0/+4
2011-01-27sierra: Add support for online modeMarcel Holtmann1-1/+35
2011-01-27novatel: Handle modem enable errors properlyMarcel Holtmann1-2/+1
2011-01-27n900: fix set onlineKai Vehmanen1-1/+1
Invalid MTC_STATE_REQ messages were sent, causing failures in going online.
2011-01-24gobi: Handle broken SIM status notification gracefullyMarcel Holtmann1-3/+10