summaryrefslogtreecommitdiffstats
path: root/plugins/nokia-gpio.h
AgeCommit message (Collapse)AuthorFilesLines
2016-01-31n900: add n950 supportSebastian Reichel1-0/+7
The Nokia N950 can use the same driver as the Nokia N900, but the CBS interface is broken and must not be enabled.
2010-10-01isi: Private header files don't need circular inclusion protectionMarcel Holtmann1-13/+0
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-30n900: modem driver plugin for Nokia N900Pekka Pessi1-0/+53
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.