Skip to content

Commit

Permalink
Input: omap-keypad - add missing input_sync()
Browse files Browse the repository at this point in the history
Otherwise the updated evdev driver (commit cdda911,
"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>
  • Loading branch information
Janusz Krzysztofik authored and Dmitry Torokhov committed Jun 18, 2011
1 parent da40b0b commit b27af56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/input/keyboard/omap-keypad.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b27af56

Please sign in to comment.