aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/console/font_mini_4x6.c
diff options
context:
space:
mode:
authorBjarni Ingi Gislason <bjarniig@rhi.hi.is>2012-08-12 15:05:10 +0000
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2012-09-22 21:14:22 +0000
commitbcfbeecea11c15e243f076d37d637c2598aff4fe (patch)
treec2674416ba49f4e3e5187b8fcd922d925ed6ff18 /drivers/video/console/font_mini_4x6.c
parentMerge branch 'v3.7-for-florian' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fbdev-next (diff)
downloadlinux-dev-bcfbeecea11c15e243f076d37d637c2598aff4fe.tar.xz
linux-dev-bcfbeecea11c15e243f076d37d637c2598aff4fe.zip
drivers: console: font_: Change a glyph from "broken bar" to "vertical line"
The code 124 (0x7C, |) is rendered as a broken line in two fonts, instead of a continuous line. Some keyboards show a "broken bar" on one of theirs keys, other show a (continuous) "vertical line". Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/console/font_mini_4x6.c')
-rw-r--r--drivers/video/console/font_mini_4x6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/console/font_mini_4x6.c b/drivers/video/console/font_mini_4x6.c
index fa6e698e63c4..838caa1cfef7 100644
--- a/drivers/video/console/font_mini_4x6.c
+++ b/drivers/video/console/font_mini_4x6.c
@@ -1092,7 +1092,7 @@ static const unsigned char fontdata_mini_4x6[FONTDATAMAX] = {
/*{*/ /* Char 124: '|' */
0x44, /*= [ * ] */
0x44, /*= [ * ] */
- 0x00, /*= [ ] */
+ 0x44, /*= [ * ] */
0x44, /*= [ * ] */
0x44, /*= [ * ] */
0x00, /*= [ ] */