Skip to content
Commit 21cea58e authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

Input: keyboard - add locking around event handling



Keyboard input handler is multiplexing events form all keyboard-like
devices in the system. Because of that per-device lock provided by
input core is not enough to prevent clashes in ked_event() and we
need our own lock to ensure that only one thread at a time executing
kbd_event().

Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent dbe1420b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment