Re: [PATCH evdev] Write a SYN_REPORT after the last LED

2013-08-13 Thread Daniel Stone
Hi, On 13 August 2013 06:29, Peter Hutterer peter.hutte...@who-t.net wrote: When writing LED values to the device, append a SYN_REPORT to the list to ensure other clients are updated immediately. Otherwise, the LED events will be queued and not sent to other clients until the next input event

[PATCH evdev] Write a SYN_REPORT after the last LED

2013-08-12 Thread Peter Hutterer
When writing LED values to the device, append a SYN_REPORT to the list to ensure other clients are updated immediately. Otherwise, the LED events will be queued and not sent to other clients until the next input event arrives. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net ---