summaryrefslogtreecommitdiffstats
path: root/plugins/isigen.c
AgeCommit message (Collapse)AuthorFilesLines
2010-12-22isigen: Rename generic USB plugin to isiusbAki Niemi1-470/+0
2010-12-22isigen: Enable message tracing and debuggingAki Niemi1-1/+4
2010-12-22isigen: Adapt and refactor isigen pluginAki Niemi1-195/+185
2010-12-21isigen: Move radio_settings to post_simDenis Kenzior1-1/+1
2010-12-17isigen: Move call forwarding to post simJeevaka Badrappan1-1/+1
2010-11-29plugins: explicitly compare pointers to NULLLucas De Marchi1-5/+5
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-26isigen: Remove stray newlines in DBGRémi Denis-Courmont1-1/+1
2010-11-11isigen: create four gprs contextsMika Liljeberg1-4/+15
2010-11-04isigen: increase offline timeoutPekka Pessi1-1/+1
The modem deregisters from network before response to MTC_STATE_REQ is returned. Deregistering can take up to 6 seconds.
2010-11-01isigen: fix phonet address initializationMika Liljeberg1-1/+2
2010-10-11isigen: Add dummy ops for enable/disableAki Niemi1-0/+12
Without these the core gets confused. These are actually no-ops, since enabling and disabling aren't supported with a USB modem.
2010-10-01isi: Fix up the copyright headers of modem pluginsMarcel Holtmann1-13/+13
It is important that the copyright headers are consistent throughout the source code. While the copyright might be owned by different people of companies, the header itself with its license information should be identical.
2010-09-30Add udev support for ISI modemsAki Niemi1-3/+2
2010-09-30isigen: generic modem driver plugin for ISIPekka Pessi1-0/+454
The new isigen modem driver plugin replaces the generic parts in the isimodem modem driver. This plugin works with recent Nokia modems in PC suite mode over USB, as well as with the N900 modem using Maemo5 userspace.