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)
commit61994a61bcedf328cb1d6e96c393fc91ce64563d
tree5f1dc5a2aa5413fc9a855d83ac643230333ad18d
parent4c57e379f4e318847dd06f60c7e1ff4d8bde1bdb
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