From 5a3b1b052d0eb07e0c685bff3bb5677af36fb4af Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 18 Aug 2011 02:16:32 +0000 Subject: [PATCH] Code cleanup --- src/plugins/openmoko.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugins/openmoko.c b/src/plugins/openmoko.c index d6d889c..4343768 100644 --- a/src/plugins/openmoko.c +++ b/src/plugins/openmoko.c @@ -13,6 +13,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ /* TODO: + * - implement "mute" with the mixer (GSM Line Out) * - register a handler for deep sleep (just to avoid unknown errors) * - implement notification lights */ @@ -67,7 +68,7 @@ typedef struct _Openmoko /* prototypes */ -/* plugins */ +/* plug-in */ static int _openmoko_init(PhonePlugin * plugin); static int _openmoko_destroy(PhonePlugin * plugin); static int _openmoko_event(PhonePlugin * plugin, PhoneEvent * event);