Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b27af563 authored by Janusz Krzysztofik's avatar Janusz Krzysztofik Committed by Dmitry Torokhov
Browse files

Input: omap-keypad - add missing input_sync()



Otherwise the updated evdev driver (commit cdda911c,
"Input: evdev - only signal polls on full packets") no longer works on
top of omap-keypad.

Tested on Amstrad Delta.

Signed-off-by: default avatarJanusz Krzysztofik <jkrzyszt@tis.icnet.pl>
Reviewed-by: default avatarHenrik Rydberg <rydberg@euromail.se>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent da40b0b6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -209,6 +209,7 @@ static void omap_kp_tasklet(unsigned long data)
#endif
		}
	}
	input_sync(omap_kp_data->input);
	memcpy(keypad_state, new_state, sizeof(keypad_state));

	if (key_down) {