Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-28 | Fix some leftover oudated copyrights | Marcel Holtmann | 1 | -1/+1 | |
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 | 1 | -2/+2 | |
2010-01-28 | Add STE voice call support. | Sjur Brændeland | 3 | -0/+601 | |
2010-01-28 | The AF_CAIF constant is more like to be 37 than 28 | Marcel Holtmann | 1 | -1/+1 | |
2010-01-27 | Add HFP support through BlueZ | Gustavo F. Padovan | 1 | -0/+4 | |
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 | 3 | -0/+617 | |
2010-01-25 | Remove unused declarations | Marcel Holtmann | 2 | -8/+0 | |
2010-01-25 | Add CAIF header files in drivers/stemodem/ | Sjur Brændeland | 2 | -0/+241 | |
These should go away when CAIF is part of Linux kernel. | |||||
2010-01-25 | Add STE modem driver definition | Sjur Brændeland | 2 | -0/+79 | |
2010-01-25 | Add STE modem support for GPRS and network registration | Sjur Brændeland | 3 | -3/+86 | |
2010-01-25 | Add at_util_call_compare_by_id function | Sjur Brændeland | 2 | -0/+15 | |
2010-01-20 | Fix: Support devices with CSCB mode 0 only | Denis Kenzior | 1 | -14/+73 | |
MBM devices do not support CSCB mode 1 (remove topics). It is thus necessary to use mode 0 and sending an empty topic list in order to turn off all topics. This patch will first query the CSCB modes supported by the hardware. If mode 1 is supported, then the old behavior is used, otherwise the new behavior is used. | |||||
2010-01-20 | Style: Don't go over 80 characters per line | Denis Kenzior | 1 | -2/+8 | |
2010-01-20 | Add quirk for cid and lac handling for Huawei | Jussi Kukkonen | 5 | -24/+70 | |
2010-01-14 | Refactor phonebook driver | Aki Niemi | 1 | -3/+9 | |
2010-01-14 | Refactor supplementary service drivers | Aki Niemi | 3 | -39/+65 | |
2010-01-14 | Refactor SIM driver | Aki Niemi | 1 | -32/+34 | |
2010-01-14 | Refactor CBS driver | Aki Niemi | 1 | -13/+15 | |
2010-01-14 | Clean up style issues | Aki Niemi | 3 | -12/+9 | |
2010-01-14 | Fix cell ID and LAC values | Aki Niemi | 1 | -2/+2 | |
2010-01-12 | Style: Extraneous space | Denis Kenzior | 1 | -1/+1 | |
2010-01-12 | Style: space after function argument comma pair | Denis Kenzior | 1 | -7/+7 | |
2010-01-12 | Style: Should be a space after if | Denis Kenzior | 4 | -8/+8 | |
2010-01-12 | Style: Trailing whitespace & extra lines | Denis Kenzior | 6 | -17/+16 | |
2010-01-11 | Refactor devinfo driver | Aki Niemi | 1 | -56/+47 | |
2010-01-11 | Add support for modem control | Aki Niemi | 1 | -12/+159 | |
This adds support to the PN_MTC server, allowing querying and control of the modem power state. | |||||
2010-01-11 | Refactor netreg driver | Aki Niemi | 1 | -74/+56 | |
2010-01-11 | Refactor voicecall driver | Aki Niemi | 1 | -19/+24 | |
2010-01-11 | Refactor phonebook driver | Aki Niemi | 1 | -9/+11 | |
2010-01-11 | User new debug facility | Aki Niemi | 1 | -1/+1 | |
2010-01-11 | Include renamed files | Aki Niemi | 5 | -8/+9 | |
2010-01-11 | Remove contact from boilerplate | Aki Niemi | 6 | -12/+0 | |
2010-01-11 | Add debug implementation | Aki Niemi | 2 | -345/+818 | |
Alsoo remove call specific debugs. | |||||
2010-01-11 | Split ISI codepoints to separate files | Aki Niemi | 17 | -746/+1208 | |
Also, adding infrastructure for debugging ISI messages, with APIs for turning most common fields into human readable string format. | |||||
2010-01-11 | Split isi.h into isimodem.h and isiutil.h | Aki Niemi | 2 | -56/+64 | |
2010-01-06 | Port isimodem to the new framework | Denis Kenzior | 1 | -1/+1 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 34 | -34/+34 | |
2009-12-30 | Add netmask to HSO GPRS context driver | Martin Xu | 1 | -1/+3 | |
2009-12-18 | gisi: pass object handle to g_isi_verify() callback | Rémi Denis-Courmont | 7 | -8/+15 | |
This will be needed for GPDS. | |||||
2009-12-17 | Style: Repeat for drivers | Denis Kenzior | 5 | -6/+12 | |
2009-12-17 | Fix: The extra 00 at the end isn't necessary | Denis Kenzior | 1 | -2/+1 | |