Re: [PATCH libinput 14/17] evdev: drop the button count when releasing keys on remove

2014-09-14 Thread Hans de Goede
Hi, On 09/03/2014 04:03 AM, Peter Hutterer wrote: > We previously called this function only before device removal, so failing to > update the button state didn't matter. To make this function generic for the > device suspend/resume, we need to keep track of the button/key count properly. > > If w

[PATCH libinput 14/17] evdev: drop the button count when releasing keys on remove

2014-09-02 Thread Peter Hutterer
We previously called this function only before device removal, so failing to update the button state didn't matter. To make this function generic for the device suspend/resume, we need to keep track of the button/key count properly. If we have a key down multiple times on suspend though, log a bug