]> git.baikalelectronics.ru Git - kernel.git/commit
Input: allow certain EV_ABS events to bypass all filtering
authorHenrik Rydberg <rydberg@euromail.se>
Tue, 28 Apr 2009 14:45:31 +0000 (07:45 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 28 Apr 2009 16:36:16 +0000 (09:36 -0700)
commitb1355137a196cdf480d3041b41103b016592962f
tree5f1dc5a2aa5413fc9a855d83ac643230333ad18d
parent4f0be865b560662817dce07528180f725679816e
Input: allow certain EV_ABS events to bypass all filtering

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.

Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/input.c