Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-03 | isi/voicecall: fix handling of waiting calls | Pekka Pessi | 1 | -58/+56 | |
Also, do not retrieve calls after isi_release_all_active() because retrieving is now only an unwanted side-effect . | |||||
2010-12-03 | isi/voicecall: avoid side-effects of release | Pekka Pessi | 1 | -16/+16 | |
If a call was held automatically when an another call was dialed or answered, it gets retrieved when the other call is released unless auto change features is explicitly disabled. Drop cause_type parameter because it is never used. Use cause code for busy when releasing incoming or waiting calls. | |||||
2010-12-03 | isi/voicecall: add call id to queued requests | Pekka Pessi | 1 | -32/+57 | |
2010-12-03 | isi/voicecall: fix status reporting | Pekka Pessi | 1 | -198/+189 | |
Do not report incoming calls to the oFono core until they can be answered. Report MT_RELEASED or MO_RELEASED via ofono_voicecall_notify(), TERMINATED calls via ofono_voicecall_disconnected(). | |||||
2010-11-29 | drivers: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -7/+7 | |
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-22 | isi/voicecall: release COMING calls with BUSY cause | Pekka Pessi | 1 | -0/+1 | |
Very early incoming calls were not released with BUSY cause. | |||||
2010-10-20 | isi: fix hangup_active and set_udub methods | Pekka Pessi | 1 | -24/+36 | |
The concept of "active" call seems to be overloaded. | |||||
2010-10-19 | isimodem: Fix request cleanup code | Aki Niemi | 1 | -4/+6 | |
Adds a check for when the driver is being removed, in which case no new ISI requests should be generated. | |||||
2010-10-14 | isimodem: Fix copyright and license boilerplate | Aki Niemi | 1 | -14/+12 | |
2010-10-06 | isimodem/voicecall: fix hangup_active | Pekka Pessi | 1 | -4/+3 | |
2010-08-12 | voicecall: Rename hangup to hangup_active | Sjur Brændeland | 1 | -1/+1 | |
2010-05-27 | isimodem: More cleanup of bad style | Denis Kenzior | 1 | -164/+130 | |
2010-05-27 | Fixed style issues in isimodem voicecall. | Pekka Pessi | 1 | -38/+31 | |
2010-05-27 | Eliminated bool, true and false from isimodem. | Pekka Pessi | 1 | -57/+57 | |
2010-01-14 | Clean up style issues | Aki Niemi | 1 | -3/+1 | |
2010-01-11 | Refactor voicecall driver | Aki Niemi | 1 | -19/+24 | |
2010-01-11 | Split ISI codepoints to separate files | Aki Niemi | 1 | -2/+4 | |
Also, adding infrastructure for debugging ISI messages, with APIs for turning most common fields into human readable string format. | |||||
2009-12-18 | gisi: pass object handle to g_isi_verify() callback | Rémi Denis-Courmont | 1 | -2/+3 | |
This will be needed for GPDS. | |||||
2009-12-04 | Get rid of list_calls in isi driver | Denis Kenzior | 1 | -16/+0 | |
2009-10-16 | Fix: restrict keyword use breaking distcheck | Aki Niemi | 1 | -2/+2 | |
2009-10-16 | isimodem/voicecall.c: initial version | Pekka Pessi | 1 | -35/+1242 | |
Implementing all the voicecall methods. Tested with Nokia 2008 modems. - problems in call creation are probably not reported properly - deflect not implemented in modem, not properly tested TODO: Clean up style issues and align with other drivers. | |||||
2009-09-01 | Rename isi drivers to isimodem | Denis Kenzior | 1 | -1/+1 | |
Be more consistent with directory naming | |||||
2009-09-01 | Make remove functions not return anything | Denis Kenzior | 1 | -3/+1 | |
2009-09-01 | change int vendor to unsigned int vendor | Denis Kenzior | 1 | -2/+2 | |
2009-09-01 | Add vendor flag capability to voicecalls | Denis Kenzior | 1 | -2/+3 | |
2009-08-25 | Rename all files under drivers/isimodem/ | Aki Niemi | 1 | -0/+188 | |