Skip to content
Commit c3c38fbd authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

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: default avatarDmitry Torokhov <dtor@mail.ru>
parent c605b679
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment