From: Dmitry Torokhov Date: Sat, 5 Aug 2006 02:53:24 +0000 (-0400) Subject: Input: ati_remote - add missing input_sync() X-Git-Tag: v2.6.18-rc4~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3c38fbd0cc8cc200a65b2ca7700e4dddedc13a0;p=pandora-kernel.git 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 --- Reading git-diff-tree failed