commit | 14c9892069a41c6b6186bad7d68092c793141be9 | [log] [tgz] |
---|---|---|
author | Rolf Morel <rolfmorel@gmail.com> | Fri Aug 09 16:32:17 2013 +0200 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Aug 12 22:23:13 2013 -0700 |
tree | a961b15f0877f7cdc808960936013ee7b462ec1b | |
parent | e9cabc1bc3a0b77292e5f26064608c7113119843 [diff] |
evdev: 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.