]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
braille_console: only register notifiers when the braille console is used
authorPascal Terjan <pterjan@mandriva.com>
Fri, 3 Oct 2008 01:45:55 +0000 (01:45 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 9 Oct 2008 03:23:11 +0000 (20:23 -0700)
commitc6b06fdb17a6467fa17b18a41c8d8147f4fb64e0
tree357ab04b81f2b7e874e32c42344879bcb8d275cb
parent88e399f0f57023d72dfe7f29d4f283e5462f000e
braille_console: only register notifiers when the braille console is used

commit c0c9209ddd96bc4f1d70a8b9958710671e076080 upstream

Only register the braille driver VT and keyboard notifiers when the
braille console is used.  Avoids eating insert or backspace keys.

Addresses http://bugzilla.kernel.org/show_bug.cgi?id=11242

Signed-off-by: Pascal Terjan <pterjan@mandriva.com>
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Moritz Muehlenhoff <jmm@inutil.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/accessibility/braille/braille_console.c