From: Dmitry Torokhov Date: Mon, 30 Nov 2009 07:40:58 +0000 (-0800) Subject: Input: keyboard - add locking around event handling X-Git-Tag: v2.6.33-rc1~337^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21cea58e49cf59e7c77ce2a01be432458e9f99a9;p=pandora-kernel.git 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: Dmitry Torokhov --- Reading git-diff-tree failed