summaryrefslogtreecommitdiffstats
path: root/plugins/n900.c
AgeCommit message (Collapse)AuthorFilesLines
2016-01-31n900: add support for kernel PMHEADmasterSebastian Reichel1-13/+156
New kernels can be configured for kernel based modem power management. In this case the kernel will handle the modem gpios itself. It will power up the modem, once the phonet interface is brought up and vice versa.
2016-01-31n900: add n950 supportSebastian Reichel1-1/+8
The Nokia N950 can use the same driver as the Nokia N900, but the CBS interface is broken and must not be enabled.
2016-01-31n900: fix debug messageSebastian Reichel1-2/+2
This debug message is supposed to contain the interface name instead of some string pointer.
2015-07-07n900: Fix compiler warning with logical expressionMarcel Holtmann1-1/+1
CC plugins/n900.o plugins/n900.c: In function ‘mtc_reachable_cb’: plugins/n900.c:241:28: error: logical not is only applied to the left hand side of comparison [-Werror=logical-not-parentheses] if (!g_isi_msg_error(msg) < 0) ^
2011-04-12isimodem: Rename resource debug macroAki Niemi1-1/+1
2011-03-11ssn: remove SSN atom completelyAndras Domokos1-2/+0
2011-02-07n900: Enable use of legacy subscriptionsAki Niemi1-0/+1
2011-01-27n900: fix set onlineKai Vehmanen1-1/+1
Invalid MTC_STATE_REQ messages were sent, causing failures in going online.
2011-01-07n900: use simplified client interfacePekka Pessi1-6/+6
Use MTC_STATE_REQ_TIMEOUT with MTC_STATE_REQ, too.
2010-12-23n900: remove unneeded g_isi_client_destroy callAndrzej Zaborowski1-1/+0
"client" is either NULL or uninitialised in this place.
2010-12-22n900: Enable message tracing and debuggingAki Niemi1-1/+4
2010-12-22n900: Adapt and refactor n900 pluginAki Niemi1-196/+190
2010-12-21n900: Move radio_settings to post_simDenis Kenzior1-1/+1
2010-12-17plugins/n900: Move call forwarding to post simJeevaka Badrappan1-1/+1
2010-11-29plugins: explicitly compare pointers to NULLLucas De Marchi1-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-01n900: Enable audio settings atomKai Vehmanen1-0/+2
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-1/+1
2010-09-30n900: modem driver plugin for Nokia N900Pekka Pessi1-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.