]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit46b798eb55e3b05edc6f906af4bacdbb0742d369
tree8e68190cf244c39bc295e0392341aff34714ea81
parenta202d4fffa080b8a30de0a7b773e2c199a2fc09b
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