Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-30 | Use simple driver table for modem configuration setup helpers | Marcel Holtmann | 1 | -7/+18 | |
2010-01-29 | Mention João's contributions | Denis Kenzior | 1 | -0/+1 | |
2010-01-29 | Add ability to select modem on test-voicecall | João Paulo Rechi Vita | 1 | -4/+10 | |
2010-01-28 | Use 3 read attempts when in non-blocking mode | Marcel Holtmann | 1 | -1/+1 | |
2010-01-28 | Fix some leftover oudated copyrights | Marcel Holtmann | 3 | -3/+3 | |
2010-01-28 | Fix: Update copyright notice for 2010 | Denis Kenzior | 4 | -4/+4 | |
2010-01-28 | Style: Various whitespace issues | Denis Kenzior | 1 | -9/+14 | |
2010-01-28 | Style: Put voicecall before gprs | Denis Kenzior | 2 | -3/+3 | |
2010-01-28 | Add STE voice call support. | Sjur Brændeland | 5 | -1/+603 | |
2010-01-28 | Use blocking GAtChat operation for CAIF unit test | Marcel Holtmann | 1 | -1/+1 | |
2010-01-28 | Add new constructor for fully blocking operation | Marcel Holtmann | 4 | -7/+31 | |
2010-01-28 | Fix: Take care of uninitialized variable condition | Denis Kenzior | 1 | -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-28 | The old CAIF character device are not TTYs | Marcel Holtmann | 1 | -10/+1 | |
2010-01-28 | Handle the error path from service_level_connection | Gustavo F. Padovan | 1 | -2/+4 | |
2010-01-28 | Remove unneeded code to disable the modem on hfp | Gustavo F. Padovan | 1 | -3/+0 | |
ofono_modem_remove() already disables the modem. | |||||
2010-01-28 | Use non-blocking and raw mode for test with CAIF character devices | Marcel Holtmann | 1 | -2/+11 | |
2010-01-28 | Add second CAIF test for using character interface | Marcel Holtmann | 1 | -6/+36 | |
2010-01-28 | Limit the number of continues read attempts | Marcel Holtmann | 1 | -2/+11 | |
2010-01-28 | Disable dummy CAIF modem detection for now | Marcel Holtmann | 1 | -0/+2 | |
2010-01-28 | Add plugin for static CAIF device detection | Marcel Holtmann | 2 | -0/+71 | |
2010-01-28 | Some minor style cleanups for STE support | Marcel Holtmann | 2 | -3/+9 | |
2010-01-28 | The AF_CAIF constant is more like to be 37 than 28 | Marcel Holtmann | 1 | -1/+1 | |
2010-01-28 | Add simple unit test for CAIF sockets | Marcel Holtmann | 3 | -11/+157 | |
2010-01-27 | Style: Various whitespace issues | Denis Kenzior | 1 | -1/+7 | |
2010-01-27 | Style: Don't go over 80 characters | Denis Kenzior | 1 | -2/+4 | |
2010-01-27 | Fix: Remove unused includes | Denis Kenzior | 1 | -11/+0 | |
2010-01-27 | Add copyright note to the HFP plugin | Gustavo F. Padovan | 1 | -0/+1 | |
2010-01-27 | Mention Zhigang's contributions | Denis Kenzior | 1 | -0/+1 | |
2010-01-27 | Mention Gustavo's contributions | Denis Kenzior | 1 | -0/+1 | |
2010-01-27 | Remove wrong copyright statement within HFP plugin | Marcel Holtmann | 1 | -1/+0 | |
2010-01-27 | Limit HFP plugin loading to D-Bus 1.3 only systems | Marcel Holtmann | 1 | -0/+3 | |
2010-01-27 | Add HFP support through BlueZ | Gustavo F. Padovan | 3 | -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-27 | Fix: Remove username/password elements | Denis Kenzior | 1 | -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-27 | Style: Couple more fixes | Denis Kenzior | 1 | -3/+3 | |
2010-01-27 | Fix: Remove pointless error labels | Denis Kenzior | 1 | -17/+10 | |
2010-01-27 | Style: Various indentation and spacing issues | Denis Kenzior | 1 | -16/+23 | |
2010-01-27 | Style: No space after function name | Denis Kenzior | 1 | -4/+4 | |
2010-01-27 | Style: Use proper comment formatting | Denis Kenzior | 1 | -6/+6 | |
2010-01-27 | Style: Don't use underscore | Denis Kenzior | 1 | -14/+14 | |
2010-01-27 | Add STE modem support for GPRS PDP Contexts | Sjur Brændeland | 5 | -2/+620 | |
2010-01-27 | Enable passing of modem name via command line | Gustavo F. Padovan | 2 | -12/+16 | |
2010-01-27 | Remove unneeded use of status variable | Marcel Holtmann | 1 | -8/+2 | |
2010-01-27 | Introduce g_dbus_setup_private() to gdbus | Forrest Zhao | 2 | -13/+55 | |
g_dbus_setup_private() is used to setup private DBusConnection | |||||
2010-01-26 | Mention Sjur's contributions | Marcel Holtmann | 1 | -0/+1 | |
2010-01-26 | Remove empty block for SIGPIPE handling | Marcel Holtmann | 1 | -3/+0 | |
2010-01-26 | Add support for dynamic debug feature | Marcel Holtmann | 4 | -27/+66 | |
2010-01-25 | Remove unused declarations | Marcel Holtmann | 2 | -8/+0 | |
2010-01-25 | Fix build breakage from STE modem patches | Marcel Holtmann | 1 | -5/+7 | |
2010-01-25 | Add STE modem plugin to build system | Sjur Brændeland | 1 | -0/+9 | |
2010-01-25 | Add STE modem plugin | Sjur Brændeland | 1 | -0/+253 | |