Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2009-12-17 | Fix: Use capitals for hex-encoded pdus | Denis Kenzior | 1 | -5/+5 | |
2009-12-17 | Fix: Make sure we don't leak under any conditions | Denis Kenzior | 1 | -0/+4 | |
2009-12-17 | Simplify previous patch | Denis Kenzior | 1 | -20/+14 | |
2009-12-17 | Implementat SIM envelope in atmodem driver | Denis Kenzior | 1 | -0/+81 | |
2009-12-16 | Fix: Set netmask for static ip on mbm | Martin Xu | 1 | -2/+5 | |
2009-12-10 | Activate Speech Service for Option devices | Marcel Holtmann | 1 | -0/+16 | |
2009-12-10 | Query current state of Option specific settings | Marcel Holtmann | 1 | -0/+6 | |
2009-12-09 | Use at_util_parse_reg in netreg driver | Denis Kenzior | 1 | -51/+6 | |
2009-12-09 | Use new at_util_parse_reg in gprs driver | Denis Kenzior | 1 | -55/+8 | |
2009-12-09 | Add utilities to parse CREG/CGREG | Denis Kenzior | 2 | -0/+102 | |
These are nearly identical and can be shared between gprs/netreg | |||||
2009-12-09 | Style: Fix some remaining style issues in atmodem | Denis Kenzior | 5 | -10/+12 | |
2009-12-09 | Style: Fix style issues in hfpmodem | Denis Kenzior | 1 | -6/+9 | |
2009-12-09 | Add clip_timeout for notify incoming call | Zhenhua Zhang | 1 | -0/+38 | |
Schedule a clip_timeout in the ring notify. If CLIP comes right after RING, we cancel the timer. If doesn't, we notify the call without phone number. | |||||
2009-12-09 | Add poll_clcc if we are in multiparty call | Zhenhua Zhang | 1 | -0/+37 | |
If we are in multiparty call, remote AG won't update indicator if any call in multiparty call is released by CHLD=1x. So we have to poll it periodically. | |||||
2009-12-09 | Add multiparty call support for hfpmodem | Zhenhua Zhang | 1 | -3/+53 | |
Add CHLD=3, 2x and 4 to create multiparty call, private chat and call transfer. | |||||
2009-12-09 | Add hfp_release_specific to release specific call | Zhenhua Zhang | 1 | -1/+50 | |
Use AT+CHLD=1x to release a specific call if AG supports that. | |||||
2009-12-08 | Style: Remove empty line | Denis Kenzior | 1 | -1/+0 | |
2009-12-08 | Fix update hfp_hangup to release active call | Zhenhua Zhang | 1 | -2/+2 | |
In HFP, AT+CHUP is intended to release the current active call. | |||||
2009-12-08 | Fix: Change the order of register & set_powered | Denis Kenzior | 1 | -1/+1 | |
2009-12-08 | Harden the CGREG parsing function | Denis Kenzior | 1 | -19/+21 | |
Sometimes the CGREG query and CGREG unsolicited notification get intermixed. Since they have the same prefix, GAtChat clumps them together. Make sure the parser skips the unsolicited notification. | |||||
2009-12-07 | Add experimental Option tech parsing | Denis Kenzior | 1 | -0/+58 | |
Option seems to implement their own commands for network technology reporting. This is a first attempt to implement this for data gathering purposes. | |||||
2009-12-07 | Add support for HSO signal quality reporting | Denis Kenzior | 1 | -0/+26 | |
2009-12-07 | Add Option HSO quirk | Denis Kenzior | 1 | -0/+1 | |
2009-12-07 | Fix: Sometimes Option modems don't return info | Denis Kenzior | 1 | -17/+23 | |
When querying CGMI the Option modems sometimes just return OK, with no manufacturer information given. | |||||
2009-12-07 | Refactor: Calypso unsolicited signal strength | Denis Kenzior | 1 | -4/+9 | |
2009-12-04 | Make sure to list calls in HFP voicecall driver | Denis Kenzior | 1 | -0/+18 | |
2009-12-04 | Fix release clcc_source when voicecall is removed | Zhenhua Zhang | 1 | -0/+3 | |
Release the timer to avoid invoking the callback function after voicecall driver is removed. | |||||
2009-12-04 | Add hfp_send_dtmf to send tones for hfpmodem | Zhenhua Zhang | 1 | -1/+40 | |