projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da40b0b
)
Input: omap-keypad - add missing input_sync()
author
Janusz Krzysztofik
<
[email protected]
>
Thu, 16 Jun 2011 04:13:55 +0000
(21:13 -0700)
committer
Dmitry Torokhov
<
[email protected]
>
Sat, 18 Jun 2011 09:54:42 +0000
(
02:54
-0700)
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 <
[email protected]
>
Reviewed-by: Henrik Rydberg <
[email protected]
>
Signed-off-by: Dmitry Torokhov <
[email protected]
>
drivers/input/keyboard/omap-keypad.c
patch
|
blob
|
history
diff --git
a/drivers/input/keyboard/omap-keypad.c
b/drivers/input/keyboard/omap-keypad.c
index f23a743817dbb1932445a4704046dd7e4ac58d37..33d0bdc837c099a486e2bffc95dbe0fb6a8ee7c4 100644
(file)
--- a/
drivers/input/keyboard/omap-keypad.c
+++ b/
drivers/input/keyboard/omap-keypad.c
@@
-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) {