From d6434e1042f3b0a6dfe1b1f615af369486f9b1fa Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sat, 9 Oct 1999 00:00:47 +0000 Subject: Merge with 2.3.19. --- drivers/video/font_6x11.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'drivers/video/font_6x11.c') diff --git a/drivers/video/font_6x11.c b/drivers/video/font_6x11.c index 362529c2b..aa95f8863 100644 --- a/drivers/video/font_6x11.c +++ b/drivers/video/font_6x11.c @@ -1207,6 +1207,8 @@ static unsigned char fontdata_6x11[FONTDATAMAX] = { 0x00, /* 00000000 */ /* 92 0x5c '\' */ + 0x40, /* 0 000000 */ + 0x40, /* 0 000000 */ 0x20, /* 00 00000 */ 0x20, /* 00 00000 */ 0x10, /* 000 0000 */ @@ -1215,8 +1217,6 @@ static unsigned char fontdata_6x11[FONTDATAMAX] = { 0x08, /* 0000 000 */ 0x04, /* 00000 00 */ 0x04, /* 00000 00 */ - 0x02, /* 000000 0 */ - 0x02, /* 000000 0 */ 0x00, /* 00000000 */ /* 93 0x5d ']' */ @@ -1253,7 +1253,7 @@ static unsigned char fontdata_6x11[FONTDATAMAX] = { 0x00, /* 00000000 */ 0x00, /* 00000000 */ 0x00, /* 00000000 */ - 0x7e, /* 0 0 */ + 0xfc, /* 00 */ 0x00, /* 00000000 */ 0x00, /* 00000000 */ 0x00, /* 00000000 */ @@ -2222,9 +2222,9 @@ static unsigned char fontdata_6x11[FONTDATAMAX] = { /* 170 0xaa '\252' */ 0x00, /* 00000000 */ - 0x7a, /* 0 0 0 */ - 0x2e, /* 00 0 0 */ - 0x2e, /* 00 0 0 */ + 0xf4, /* 0 00 */ + 0x5c, /* 0 0 00 */ + 0x5c, /* 0 0 00 */ 0x00, /* 00000000 */ 0x00, /* 00000000 */ 0x00, /* 00000000 */ @@ -2732,7 +2732,7 @@ static unsigned char fontdata_6x11[FONTDATAMAX] = { 0x00, /* 00000000 */ 0x00, /* 00000000 */ 0x00, /* 00000000 */ - 0x7e, /* 0 0 */ + 0xfc, /* 00 */ 0x00, /* 00000000 */ 0x00, /* 00000000 */ 0x00, /* 00000000 */ @@ -2834,11 +2834,11 @@ static unsigned char fontdata_6x11[FONTDATAMAX] = { /* 217 0xd9 '\331' */ 0x00, /* 00000000 */ 0x00, /* 00000000 */ - 0x7e, /* 0 0 */ + 0xfc, /* 00 */ 0x00, /* 00000000 */ - 0x7e, /* 0 0 */ + 0xfc, /* 00 */ 0x00, /* 00000000 */ - 0x7e, /* 0 0 */ + 0xfc, /* 00 */ 0x00, /* 00000000 */ 0x00, /* 00000000 */ 0x00, /* 00000000 */ -- cgit v1.2.3