Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-09 | Fix Don't check CLIR CUG option in hfp_dial | Zhenhua Zhang | 1 | -4/+0 | |
For HFP call, no need to check CLIR & CUG option. It doesn't affect dial out string. | |||||
2010-02-12 | Fix: Unregistering the agent in disable is wrong | Denis Kenzior | 1 | -0/+1 | |
What we really want to do here is set a flag that the agent has not been released yet. If this is the case we should send the Disconnect call on disable. | |||||
2010-02-10 | Fix: memory leak | Denis Kenzior | 1 | -0/+5 | |
2010-02-09 | Add isimodem USSD implementation | Aki Niemi | 1 | -10/+233 | |
2010-02-09 | Add USSD codepoints and debugging | Aki Niemi | 2 | -3/+28 | |
2010-02-08 | Add Wavecom's quirky CPIN handling | Denis Kenzior | 2 | -7/+23 | |
2010-02-08 | Refactor: Remove atutil dump_response | Denis Kenzior | 24 | -174/+0 | |
No longer needed now that we have nice AT command tracing using OFONO_AT_DEBUG=1 | |||||
2010-02-08 | Fix: Don't use ofono_debug directly in plugins | Denis Kenzior | 13 | -65/+63 | |
2010-02-05 | Fix: Send *EIAAUW after CGDCONT for STE and MBM | Denis Kenzior | 2 | -18/+29 | |
Otherwise the EIAAUW might fail. | |||||
2010-02-05 | Fix: Use snprintf instead of sprintf in hsomodem | Denis Kenzior | 1 | -8/+9 | |
2010-02-05 | Fix: Use snprintf instead of sprintf in mbmmodem | Denis Kenzior | 1 | -4/+4 | |
2010-02-05 | Fix: Use snprintf instead of sprintf in calypso | Denis Kenzior | 1 | -5/+5 | |
2010-02-05 | Fix: Use snprintf instead of sprintf in stemodem | Denis Kenzior | 2 | -10/+11 | |
2010-02-05 | Fix: Use snprintf instead of sprintf in HFP | Denis Kenzior | 1 | -4/+4 | |
2010-02-05 | Fix: Use snprintf instead of sprintf in atmodem | Denis Kenzior | 12 | -55/+58 | |
2010-02-04 | Add isimodem radio settings driver | Aki Niemi | 3 | -0/+325 | |
2010-02-04 | Add PN_GSS codepoints and debugging | Aki Niemi | 3 | -0/+87 | |
2010-02-04 | Cleanup: Refactor handling of failed connections | Denis Kenzior | 1 | -1/+0 | |
2010-02-04 | Fix: Don't send undefined values to the core | Denis Kenzior | 1 | -3/+4 | |
2010-02-04 | Fix: Dead Assignments | Denis Kenzior | 2 | -6/+3 | |
2010-02-02 | Fix debug dump and unknown codepoint handling | Aki Niemi | 1 | -26/+26 | |
2010-02-02 | Fix: Ignore CBM pdus bigger than 88 bytes | Denis Kenzior | 1 | -0/+5 | |
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 | |