commit | f3192090df1e17dbd0f7c4b3820d31719422eb96 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Tue Apr 20 22:15:44 2010 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Tue Apr 20 22:34:47 2010 -0700 |
tree | 5258adde5d5d5b9ce8eba3079a909d41bbc72d70 | |
parent | 331cb022d3ac1f85f7842a51495c33c629e947bc [diff] |
Input: kbtab - do not advertise unsupported events The device does not emit EV_MSC/MSC_SERIAL nor EV_KEY/BTN_MIDDLE events so it should not mark them as supported in capabilities bitmaps. This still leaves BTN_TOOL_PEN and BTN_TOUCH events being processed in a funky manner. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>