Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-22 | isigen: Rename generic USB plugin to isiusb | Aki Niemi | 1 | -470/+0 | |
2010-12-22 | isigen: Enable message tracing and debugging | Aki Niemi | 1 | -1/+4 | |
2010-12-22 | isigen: Adapt and refactor isigen plugin | Aki Niemi | 1 | -195/+185 | |
2010-12-21 | isigen: Move radio_settings to post_sim | Denis Kenzior | 1 | -1/+1 | |
2010-12-17 | isigen: Move call forwarding to post sim | Jeevaka Badrappan | 1 | -1/+1 | |
2010-11-29 | plugins: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -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-26 | isigen: Remove stray newlines in DBG | Rémi Denis-Courmont | 1 | -1/+1 | |
2010-11-11 | isigen: create four gprs contexts | Mika Liljeberg | 1 | -4/+15 | |
2010-11-04 | isigen: increase offline timeout | Pekka Pessi | 1 | -1/+1 | |
The modem deregisters from network before response to MTC_STATE_REQ is returned. Deregistering can take up to 6 seconds. | |||||
2010-11-01 | isigen: fix phonet address initialization | Mika Liljeberg | 1 | -1/+2 | |
2010-10-11 | isigen: Add dummy ops for enable/disable | Aki Niemi | 1 | -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-01 | isi: Fix up the copyright headers of modem plugins | Marcel Holtmann | 1 | -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-30 | Add udev support for ISI modems | Aki Niemi | 1 | -3/+2 | |
2010-09-30 | isigen: generic modem driver plugin for ISI | Pekka Pessi | 1 | -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. |