summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-01-29Add ability to select modem on test-voicecallJoão Paulo Rechi Vita1-4/+10
2010-01-28Use 3 read attempts when in non-blocking modeMarcel Holtmann1-1/+1
2010-01-28Fix some leftover oudated copyrightsMarcel Holtmann3-3/+3
2010-01-28Fix: Update copyright notice for 2010Denis Kenzior4-4/+4
2010-01-28Style: Various whitespace issuesDenis Kenzior1-9/+14
2010-01-28Style: Put voicecall before gprsDenis Kenzior2-3/+3
2010-01-28Add STE voice call support.Sjur Brændeland5-1/+603
2010-01-28Use blocking GAtChat operation for CAIF unit testMarcel Holtmann1-1/+1
2010-01-28Add new constructor for fully blocking operationMarcel Holtmann4-7/+31
2010-01-28Fix: Take care of uninitialized variable conditionDenis Kenzior1-4/+2
In some (impossible) circumstances rbytes and err might be used uninitialized. Here we make a check that a read was actually attempted before checking those variables.
2010-01-28The old CAIF character device are not TTYsMarcel Holtmann1-10/+1
2010-01-28Handle the error path from service_level_connectionGustavo F. Padovan1-2/+4
2010-01-28Remove unneeded code to disable the modem on hfpGustavo F. Padovan1-3/+0
ofono_modem_remove() already disables the modem.
2010-01-28Use non-blocking and raw mode for test with CAIF character devicesMarcel Holtmann1-2/+11
2010-01-28Add second CAIF test for using character interfaceMarcel Holtmann1-6/+36
2010-01-28Limit the number of continues read attemptsMarcel Holtmann1-2/+11
2010-01-28Disable dummy CAIF modem detection for nowMarcel Holtmann1-0/+2
2010-01-28Add plugin for static CAIF device detectionMarcel Holtmann2-0/+71
2010-01-28Some minor style cleanups for STE supportMarcel Holtmann2-3/+9
2010-01-28The AF_CAIF constant is more like to be 37 than 28Marcel Holtmann1-1/+1
2010-01-28Add simple unit test for CAIF socketsMarcel Holtmann3-11/+157
2010-01-27Style: Various whitespace issuesDenis Kenzior1-1/+7
2010-01-27Style: Don't go over 80 charactersDenis Kenzior1-2/+4
2010-01-27Fix: Remove unused includesDenis Kenzior1-11/+0
2010-01-27Add copyright note to the HFP pluginGustavo F. Padovan1-0/+1
2010-01-27Mention Zhigang's contributionsDenis Kenzior1-0/+1
2010-01-27Mention Gustavo's contributionsDenis Kenzior1-0/+1
2010-01-27Remove wrong copyright statement within HFP pluginMarcel Holtmann1-1/+0
2010-01-27Limit HFP plugin loading to D-Bus 1.3 only systemsMarcel Holtmann1-0/+3
2010-01-27Add HFP support through BlueZGustavo F. Padovan3-16/+466
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-27Fix: Remove username/password elementsDenis Kenzior1-14/+10
The reason for this is twofold. First the current code actually leaks memory since it uses g_strdup on username/password and never frees it anywhere. Second the username/password command can just be sent inside activate_primary, no reason to do it in the callback. The fix removes the username / password structure members and moves the AT*EIAAUW handling to activate_primary. This is almost exactly like the username / password / context definition for MBM modems.
2010-01-27Style: Couple more fixesDenis Kenzior1-3/+3
2010-01-27Fix: Remove pointless error labelsDenis Kenzior1-17/+10
2010-01-27Style: Various indentation and spacing issuesDenis Kenzior1-16/+23
2010-01-27Style: No space after function nameDenis Kenzior1-4/+4
2010-01-27Style: Use proper comment formattingDenis Kenzior1-6/+6
2010-01-27Style: Don't use underscoreDenis Kenzior1-14/+14
2010-01-27Add STE modem support for GPRS PDP ContextsSjur Brændeland5-2/+620
2010-01-27Enable passing of modem name via command lineGustavo F. Padovan2-12/+16
2010-01-27Remove unneeded use of status variableMarcel Holtmann1-8/+2
2010-01-27Introduce g_dbus_setup_private() to gdbusForrest Zhao2-13/+55
g_dbus_setup_private() is used to setup private DBusConnection
2010-01-26Mention Sjur's contributionsMarcel Holtmann1-0/+1
2010-01-26Remove empty block for SIGPIPE handlingMarcel Holtmann1-3/+0
2010-01-26Add support for dynamic debug featureMarcel Holtmann4-27/+66
2010-01-25Remove unused declarationsMarcel Holtmann2-8/+0
2010-01-25Fix build breakage from STE modem patchesMarcel Holtmann1-5/+7
2010-01-25Add STE modem plugin to build systemSjur Brændeland1-0/+9
2010-01-25Add STE modem pluginSjur Brændeland1-0/+253
2010-01-25Add CAIF header files in drivers/stemodem/Sjur Brændeland2-0/+241
These should go away when CAIF is part of Linux kernel.
2010-01-25Add STE modem driver definitionSjur Brændeland2-0/+79