Ignore key repeat in all backends
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 2 Jun 2020 00:52:11 +0000 (10:52 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Tue, 2 Jun 2020 01:07:01 +0000 (01:07 +0000)
commit2a7ea444e301f175646ec707a9df122bac7a55c4
tree5b7be3ae6edf90adca34716fc22fa953450983e1
parent034226d9049fb96b2f741e7d9062f35cf1cff680
Ignore key repeat in all backends

Since we don't really care about keys in any of these backends and buttons
shouldn't autorepeat anyway, this should have no effect on functionality. But
it does guard us against potential kernel bugs like  this one:
https://www.spinics.net/lists/linux-input/msg67653.html

See https://gitlab.freedesktop.org/libinput/libinput/-/issues/447#note_468971

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/evdev-mt-touchpad.c
src/evdev-tablet-pad.c
src/evdev-tablet.c
src/evdev-totem.c