Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

Input: omap-keypad - add missing input_sync()

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

Tested on Amstrad Delta.

Signed-off-by: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
Reviewed-by: Henrik Rydberg <rydberg@euromail.se>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

authored by

Janusz Krzysztofik and committed by
Dmitry Torokhov
b27af563 da40b0b6

+1
+1
drivers/input/keyboard/omap-keypad.c
··· 209 209 #endif 210 210 } 211 211 } 212 + input_sync(omap_kp_data->input); 212 213 memcpy(keypad_state, new_state, sizeof(keypad_state)); 213 214 214 215 if (key_down) {