Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-10 | drivers: Update copyright information | Marcel Holtmann | 7 | -12/+12 | |
2011-03-15 | stemodem: update to new gprs context interface | Mika Liljeberg | 1 | -11/+18 | |
2011-02-21 | stemodem: Add support for multiple pdp contexts. | Marit Henriksen | 1 | -216/+57 | |
Redesigned, there will be only one contexts for each instance of the driver and only one CAIF interface, no longer need the list of caif devices. | |||||
2011-02-07 | stemodem: fix memleak when calls are disconnected | Jeevaka Badrappan | 1 | -0/+1 | |
2011-02-05 | stemodem: M16 coding style fix | Jeevaka Badrappan | 1 | -4/+4 | |
2011-02-05 | stemodem: Use defined call_status enum | Jeevaka Badrappan | 1 | -6/+9 | |
2011-02-04 | stemodem: Check for ok in voicecall_initialize | Marit Henriksen | 1 | -0/+7 | |
2011-02-03 | stemodem: Fix handling of local_release | Marit Henriksen | 1 | -5/+16 | |
- Reset local_release when call is disconnected. - Change bitmap for affected types, ste_hangup is only called when call state is Incoming, Dialing, Alerting or Active. - Used macros instead of numbers when creating bitmaps. | |||||
2011-02-03 | stemodem: Add handling of ECAV status Released | Marit Henriksen | 1 | -9/+11 | |
- *ECAV UR code has been extended with a new state Released, sent immediately when MO call is released. - Apply rule M11 of coding style. | |||||
2011-02-01 | stemodem: use ofono_call initializer | Lucas De Marchi | 1 | -1/+3 | |
2011-01-31 | stemodem: fix issue with gatchat usage | Jeevaka Badrappan | 1 | -2/+13 | |
2011-01-29 | stemodem: remove NULL check | Jeevaka Badrappan | 2 | -13/+0 | |
2011-01-26 | voicecall: remove ofono_cug_option | Jeevaka Badrappan | 1 | -10/+2 | |
2011-01-14 | stemodem: Always run +CGACT? when we get +CGEV. | Marit Henriksen | 1 | -7/+3 | |
Remove checks for certain values of CGEV, and instead we will always run CGACT? to check what contexts that are active. | |||||
2011-01-14 | stemodem: Use macro for context status. | Marit Henriksen | 1 | -1/+2 | |
2011-01-14 | stemodem: Return immediately if not voice call. | Marit Henriksen | 1 | -3/+3 | |
2011-01-14 | stemodem: Use macro for clip validity. | Marit Henriksen | 1 | -1/+1 | |
2011-01-14 | stemodem: Removed defaults in switches. | Marit Henriksen | 1 | -10/+7 | |
Coding style guidline M12. | |||||
2011-01-14 | stemodem: Incorrect string length in dtmf buf. | Helen Clemson | 1 | -4/+2 | |
Strlen includes a NULL character. | |||||
2011-01-14 | stemodem: Fix spelling mistake in error message. | Helen Clemson | 1 | -1/+1 | |
2011-01-12 | stemodem: M15 coding style fix | Jeevaka Badrappan | 4 | -12/+12 | |
2011-01-04 | stemodem: Fix for MT call not working when caller id is hidden. | Marit Henriksen | 1 | -4/+9 | |
In *ECAV, the number will not be included if caller id is hidden. Set it to an empty string in that case, and set number type to 128, unknown number type. | |||||
2010-12-21 | stemodem: Use RTNL to create network interfaces. | Sjur Brændeland | 1 | -7/+36 | |
2010-12-21 | stemodem: Create network interfaces statically | Sjur Brændeland | 1 | -67/+82 | |
2010-11-29 | drivers: explicitly compare pointers to NULL | Lucas De Marchi | 3 | -16/+17 | |
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl> | |||||
2010-11-26 | ste: Remove stray newlines in messages sent to log | Rémi Denis-Courmont | 2 | -2/+2 | |
2010-11-23 | stemodem: Change use of types | Sjur Brændeland | 1 | -7/+7 | |
Use the type __u32 for sequence counting rather than guint32, and "void *" instead of gpointer. Reduce the size of RTNL message buffer from 4096 to 1024, as this should be sufficient to hold the NEWLINK message. | |||||
2010-11-13 | stemodem: Fix for error handling, memleak and changed some defines | Sjur Brændeland | 1 | -23/+31 | |
* renamed MAX_LEN to IP_ADDR_LEN * removed memory leak from unneeded strdup when parsing xml response. * better handling of AT error responses * reduced number of caif interfaces to 4 | |||||
2010-11-13 | stemodem: Fix various coding style and logic issues with RTNL support | Marcel Holtmann | 2 | -33/+40 | |
2010-11-13 | stemodem: Add RTNL functionality managing CAIF Network Interfaces. | Sjur Brændeland | 2 | -0/+369 | |
2010-10-30 | stemodem: Fix broken coding style | Marcel Holtmann | 1 | -1/+1 | |
2010-09-27 | stemodem: Some cleanups in voice call driver | Marcel Holtmann | 1 | -3/+6 | |
2010-09-14 | Fix common misspellings in drivers | Lucas De Marchi | 1 | -1/+1 | |
Fix common misspellings by using the list available at http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines From the list cited above, the substitution script found the following misspellings: subsidary(-ies)->subsidiary(-ies) transfering->transferring | |||||
2010-08-20 | stemodem: Fix whitespace damage in radio settings driver | Marcel Holtmann | 1 | -3/+3 | |
2010-08-17 | stemodem: Add Radio Settings to STE Modem | Sjur Brændeland | 3 | -0/+234 | |
2010-08-16 | stemodem: Remove useless NULL checks before g_free | Marcel Holtmann | 2 | -14/+7 | |
2010-08-13 | stemodem: Copy if_caif.h from 2.6.36 RC | Sjur Brændeland | 1 | -42/+6 | |
2010-08-12 | stemodem: register should not be called from probe | Denis Kenzior | 1 | -3/+12 | |
2010-08-12 | stemodem: Use g_at_chat_clone | Denis Kenzior | 2 | -4/+7 | |
2010-08-12 | stemodem: Fix minor whitespace issue | Denis Kenzior | 1 | -1/+1 | |
2010-08-12 | stedriver: Copy caif_socket.h from 2.6.36 RC | Sjur Brændeland | 1 | -84/+123 | |
Copied include/linux/caif/caif_socket.h and added AF_CAIF, PF_CAIF and SOL_CAIF definitions found in linux/include/socket.h. | |||||
2010-08-12 | stedriver: remove unsupported CAIF socket ioctls | Sjur Brændeland | 1 | -46/+2 | |
2010-08-12 | voicecall: Rename hangup to hangup_active | Sjur Brændeland | 1 | -1/+1 | |
2010-02-08 | Refactor: Remove atutil dump_response | Denis Kenzior | 2 | -17/+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 | 1 | -12/+12 | |
2010-02-05 | Fix: Send *EIAAUW after CGDCONT for STE and MBM | Denis Kenzior | 1 | -9/+14 | |
Otherwise the EIAAUW might fail. | |||||
2010-02-05 | Fix: Use snprintf instead of sprintf in stemodem | Denis Kenzior | 2 | -10/+11 | |
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 | |