[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090129002923.7dc6c6ec.akpm@linux-foundation.org>
Date: Thu, 29 Jan 2009 00:29:23 -0800
From: Andrew Morton <akpm@...ux-foundation.org>
To: "Henrik Rydberg" <rydberg@...omail.se>
Cc: Dmitry Torokhov <dmitry.torokhov@...il.com>,
linux-input@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 5/6] input: Allow certain EV_ABS events to bypass all
filtering
On Wed, 28 Jan 2009 11:23:48 +0100 "Henrik Rydberg" <rydberg@...omail.se> wrote:
> With the upcoming multi-touch interface as an example, there is
> a need to make certain that all reported events actually get passed
> to the event handler. This patch equips the input core with the
> ability to bypass all filtering for certain EV_ABS events.
This patch doesn't include Randy's fix, below.
It's unchanged from v1, so I did nothing with this one.
From: Randy Dunlap <randy.dunlap@...cle.com>
Fix function args build warning:
mmotm-2008-1230-1605/drivers/input/input.c:1661: warning: function declaration isn't a prototype
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
Cc: Dmitry Torokhov <dmitry.torokhov@...il.com>
Cc: Henrik Rydberg <rydberg@...omail.se>
Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
---
drivers/input/input.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN drivers/input/input.c~es-input-allow-certain-ev_abs-events-to-bypass-all-filtering-fix drivers/input/input.c
--- a/drivers/input/input.c~es-input-allow-certain-ev_abs-events-to-bypass-all-filtering-fix
+++ a/drivers/input/input.c
@@ -1644,7 +1644,7 @@ static const struct file_operations inpu
.open = input_open_file,
};
-static void __init input_init_abs_bypass()
+static void __init input_init_abs_bypass(void)
{
const unsigned int *p;
for (p = input_abs_bypass_init_data; *p; p++)
_
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists