Re: [PATCH weston] evdev: write EV_SYN input_event along with led events to device

2013-08-12 Thread Kristian Høgsberg
On Fri, Aug 09, 2013 at 04:32:17PM +0200, Rolf Morel wrote: > 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. That so

[PATCH weston] evdev: write EV_SYN input_event along with led events to device

2013-08-09 Thread Rolf Morel
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. --- src/evdev.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) d