Input: ad7879 - report EV_KEY/BTN_TOUCH events
authorMichael Hennerich <michael.hennerich@analog.com>
Wed, 30 Jun 2010 21:51:10 +0000 (14:51 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 3 Jul 2010 20:13:20 +0000 (13:13 -0700)
Some input events users such as Android require BTN_TOUCH events.
Implement EV_KEY/BTN_TOUCH and make sure that the release event
is not erroneous scheduled without a preceding valid touch.
Avoid duplicated BTN_TOUCH events, even though input core filters
them.

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

No differences found