commit | 61994a61bcedf328cb1d6e96c393fc91ce64563d | [log] [tgz] |
---|---|---|
author | Henrik Rydberg <rydberg@euromail.se> | Tue Apr 28 07:45:31 2009 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Tue Apr 28 09:36:16 2009 -0700 |
tree | 5f1dc5a2aa5413fc9a855d83ac643230333ad18d | |
parent | 4c57e379f4e318847dd06f60c7e1ff4d8bde1bdb [diff] |
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>