Input: ati_remote - add missing input_sync()
authorDmitry Torokhov <dtor@insightbb.com>
Sat, 5 Aug 2006 02:53:24 +0000 (22:53 -0400)
committerDmitry Torokhov <dtor@insightbb.com>
Sat, 5 Aug 2006 02:53:24 +0000 (22:53 -0400)
When emulating button toggle drivers need to send input_sync()
between 'down' and 'up' events, otherwise some users might miss
keypress because device's state is only considered finalized
after EV_SYN/SYN_REPORT is received.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

No differences found