]> git.baikalelectronics.ru Git - kernel.git/commit
add CONFIG_VT_UNICODE
authorBill Nottingham <notting@redhat.com>
Wed, 17 Oct 2007 06:29:38 +0000 (23:29 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 17 Oct 2007 15:42:56 +0000 (08:42 -0700)
commit14bd5482d12b3d874a3d0be621869134aeff1108
treec3d77e23a5aad820968601516392f8f440691f7a
parent6ba80d9677f5b41f34244954aec62da37bacb15f
add CONFIG_VT_UNICODE

As of now, the kernel defaults to non-unicode and XLATE for the keyboard.
We've been changing this in Fedora, but that requires patching the defaults
in the kernel.

The attached introduces CONFIG_VT_UNICODE, which sets the console in
unicode mode by default on boot, including both the virtual terminal and
the keyboard driver.

Signed-off-by: Bill Nottingham <notting@redhat.com>
Cc: Samuel Thibault <samuel.thibault@ens-lyon.org>
Cc: Dmitry Torokhov <dtor@mail.ru>
Cc: Jiri Kosina <jkosina@suse.cz>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/Kconfig
drivers/char/keyboard.c
drivers/char/sysrq.c
drivers/char/vt.c
drivers/char/vt_ioctl.c
include/linux/vt_kern.h