From patchwork Sun Aug 12 15:05:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjarni Ingi Gislason X-Patchwork-Id: 1309911 Return-Path: X-Original-To: patchwork-linux-fbdev@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 711BB3FC23 for ; Sun, 12 Aug 2012 15:32:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751065Ab2HLPcq (ORCPT ); Sun, 12 Aug 2012 11:32:46 -0400 Received: from fenja.rhi.hi.is ([130.208.165.103]:56908 "EHLO fenja.rhi.hi.is" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750927Ab2HLPcq (ORCPT ); Sun, 12 Aug 2012 11:32:46 -0400 X-Greylist: delayed 500 seconds by postgrey-1.27 at vger.kernel.org; Sun, 12 Aug 2012 11:32:46 EDT Received: from smtp.hi.is (smtp.hi.is [130.208.165.149]) by fenja.rhi.hi.is (8.13.8/8.13.8) with ESMTP id q7CFONrw005013 for ; Sun, 12 Aug 2012 15:24:24 GMT Received: from katla.rhi.hi.is (katla.rhi.hi.is [130.208.165.1]) by smtp.hi.is (8.14.4/8.14.4) with ESMTP id q7CFONP7031324 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 12 Aug 2012 15:24:23 GMT Received: from katla.rhi.hi.is (localhost [127.0.0.1]) by katla.rhi.hi.is (8.14.4+Sun/8.14.4) with ESMTP id q7CF5BHg021938; Sun, 12 Aug 2012 15:05:11 GMT Received: (from bjarniig@localhost) by katla.rhi.hi.is (8.14.4+Sun/8.14.4/Submit) id q7CF5AOp021937; Sun, 12 Aug 2012 15:05:10 GMT Date: Sun, 12 Aug 2012 15:05:10 +0000 From: Bjarni Ingi Gislason To: Florian Tobias Schandinat Cc: linux-fbdev@vger.kernel.org Subject: [PATCH] drivers: console: font_: Change a glyph from "broken bar" to "vertical line" Message-ID: <20120812150510.GA21931@rhi.hi.is> MIME-Version: 1.0 Content-Disposition: inline X-Host: Reiknistofnun Haskola Islands; Computing Services of the University of Iceland User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-fbdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org 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 --- linux-3.5/drivers/video/console/font_mini_4x6.c | 2 +- linux-3.5/drivers/video/console/font_sun8x16.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff -upr -X linux-3.5/Documentation/dontdiff linux-3.5/drivers/video/console/font_mini_4x6.c devel/linux-3.5/drivers/video/console/font_mini_4x6.c --- linux-3.5/drivers/video/console/font_mini_4x6.c 2012-07-21 20:58:29.000000000 +0000 +++ devel/linux-3.5/drivers/video/console/font_mini_4x6.c 2012-08-11 15:27:41.778918653 +0000 @@ -1092,7 +1092,7 @@ static const unsigned char fontdata_mini /*{*/ /* Char 124: '|' */ 0x44, /*= [ * ] */ 0x44, /*= [ * ] */ - 0x00, /*= [ ] */ + 0x44, /*= [ * ] */ 0x44, /*= [ * ] */ 0x44, /*= [ * ] */ 0x00, /*= [ ] */ diff -upr -X linux-3.5/Documentation/dontdiff linux-3.5/drivers/video/console/font_sun8x16.c devel/linux-3.5/drivers/video/console/font_sun8x16.c --- linux-3.5/drivers/video/console/font_sun8x16.c 2012-07-21 20:58:29.000000000 +0000 +++ devel/linux-3.5/drivers/video/console/font_sun8x16.c 2012-08-11 15:28:22.490299722 +0000 @@ -127,7 +127,7 @@ static const unsigned char fontdata_sun8 /*y*/ 0x00,0x00,0x00,0x00,0x00,0xc6,0xc6,0xc6,0xc6,0xc6,0xc6,0x7e,0x06,0x0c,0xf8,0x00, /*z*/ 0x00,0x00,0x00,0x00,0x00,0xfe,0xcc,0x18,0x30,0x60,0xc6,0xfe,0x00,0x00,0x00,0x00, /*{*/ 0x00,0x00,0x0e,0x18,0x18,0x18,0x70,0x18,0x18,0x18,0x18,0x0e,0x00,0x00,0x00,0x00, -/*|*/ 0x00,0x00,0x18,0x18,0x18,0x18,0x00,0x18,0x18,0x18,0x18,0x18,0x00,0x00,0x00,0x00, +/*|*/ 0x00,0x00,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x00,0x00,0x00,0x00, /*}*/ 0x00,0x00,0x70,0x18,0x18,0x18,0x0e,0x18,0x18,0x18,0x18,0x70,0x00,0x00,0x00,0x00, /*~*/ 0x00,0x00,0x76,0xdc,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /* */ 0x00,0x00,0x00,0x00,0x10,0x38,0x6c,0xc6,0xc6,0xc6,0xfe,0x00,0x00,0x00,0x00,0x00,