Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
input: kbd_matrix: fix possible race condition
Fix a possible race condition in the keyboard matrix library where a key would get pressed between the last read and reenabling the (edge sensitive) interrupt and the even would be lost. The window for this to happen is very narrow and had to artificially add a sleep to reproduce it. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
- Loading branch information