On Wed, 28 Jan 2009 11:23:48 +0100 "Henrik Rydberg" <rydberg@xxxxxxxxxxx> 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@xxxxxxxxxx> 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@xxxxxxxxxx> Cc: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> Cc: Henrik Rydberg <rydberg@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html