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)
commitc3c38fbd0cc8cc200a65b2ca7700e4dddedc13a0
tree8e68190cf244c39bc295e0392341aff34714ea81
parentc605b679144a39f291debd7031a4ada0337f02ef
Input: ati_remote - add missing input_sync()

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>
drivers/usb/input/ati_remote.c