write EV_SYN input_event along with led events to device
authorpolyphemus <rolfmorel@gmail.com>
Fri, 9 Aug 2013 15:38:51 +0000 (17:38 +0200)
committerPeter Hutterer <peter.hutterer@who-t.net>
Sun, 25 Aug 2013 23:52:27 +0000 (09:52 +1000)
commitf29e4118fcbc58ad79561e64f7ede15f59224240
treea61041d7083233bd814ad66ce3ae430664deec32
parent4d4293a65b604e0bf8d02dc729803f142fc665aa
write EV_SYN input_event along with led events to device

Other clients of an evdev device need to have the events they receive
be separated, in moment in time, from other events by an EV_SYN/
SYN_REPORT. This is the responsibility of the client who writes events
into the stream.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
libevdev/libevdev.c