Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-12 | isimodem: Rename resource debug macro | Aki Niemi | 1 | -1/+1 | |
2011-03-11 | ssn: remove SSN atom completely | Andras Domokos | 1 | -2/+0 | |
2011-02-07 | n900: Enable use of legacy subscriptions | Aki Niemi | 1 | -0/+1 | |
2011-01-27 | n900: fix set online | Kai Vehmanen | 1 | -1/+1 | |
Invalid MTC_STATE_REQ messages were sent, causing failures in going online. | |||||
2011-01-07 | n900: use simplified client interface | Pekka Pessi | 1 | -6/+6 | |
Use MTC_STATE_REQ_TIMEOUT with MTC_STATE_REQ, too. | |||||
2010-12-23 | n900: remove unneeded g_isi_client_destroy call | Andrzej Zaborowski | 1 | -1/+0 | |
"client" is either NULL or uninitialised in this place. | |||||
2010-12-22 | n900: Enable message tracing and debugging | Aki Niemi | 1 | -1/+4 | |
2010-12-22 | n900: Adapt and refactor n900 plugin | Aki Niemi | 1 | -196/+190 | |
2010-12-21 | n900: Move radio_settings to post_sim | Denis Kenzior | 1 | -1/+1 | |
2010-12-17 | plugins/n900: Move call forwarding to post sim | Jeevaka Badrappan | 1 | -1/+1 | |
2010-11-29 | plugins: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -3/+3 | |
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-10-01 | n900: Enable audio settings atom | Kai Vehmanen | 1 | -0/+2 | |
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 | -1/+1 | |
2010-09-30 | n900: modem driver plugin for Nokia N900 | Pekka Pessi | 1 | -0/+566 | |
This patch adds a modem driver plugin for the Nokia N900 internal modem. It controls the modem using the appropriate GPIO lines and thus works without the Maemo userspace. This plugin can run natively on the N900 with either Maemo or Meego kernels. However, it conflicts with the Maemo userspace, for which isigen should be used instead. |