vt: Add virtual console keyboard mode OFF
authorArthur Taylor <art@ified.ca>
Fri, 4 Feb 2011 21:55:50 +0000 (13:55 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 17 Feb 2011 19:12:40 +0000 (11:12 -0800)
virtual console: add keyboard mode OFF

Add a new mode for the virtual console keyboard OFF in which all input
other than shift keys is ignored. Prevents vt input buffers from
overflowing when a program opens but doesn't read from a tty, like X11
using evdev for input.

Signed-off-by: Arthur Taylor <art@ified.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found