Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264397AbUANWOJ (ORCPT ); Wed, 14 Jan 2004 17:14:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264396AbUANWOJ (ORCPT ); Wed, 14 Jan 2004 17:14:09 -0500 Received: from twilight.ucw.cz ([81.30.235.3]:43404 "EHLO twilight.ucw.cz") by vger.kernel.org with ESMTP id S264397AbUANWN7 (ORCPT ); Wed, 14 Jan 2004 17:13:59 -0500 Date: Wed, 14 Jan 2004 23:13:55 +0100 From: Vojtech Pavlik To: Andrew Morton Cc: aebr@win.tue.nl, 1@pervalidus.net, linux-kernel@vger.kernel.org Subject: Re: BUG: The key "/ ?" on my abtn2 keyboard is dead with kernel 2.6.1 Message-ID: <20040114221355.GB2485@ucw.cz> References: <200401111545.59290.murilo_pontes@yahoo.com.br> <20040111235025.GA832@ucw.cz> <20040112083647.GB2372@ucw.cz> <20040112135655.A980@pclin040.win.tue.nl> <20040114142445.GA28377@ucw.cz> <20040114182202.GA32081@ucw.cz> <20040114120136.0f3f92ca.akpm@osdl.org> <20040114214212.GA2485@ucw.cz> <20040114140657.6173f102.akpm@osdl.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040114140657.6173f102.akpm@osdl.org> User-Agent: Mutt/1.5.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1906 Lines: 50 On Wed, Jan 14, 2004 at 02:06:57PM -0800, Andrew Morton wrote: > Vojtech Pavlik wrote: > > > > > Should the below patch be dropped, or is further resolution needed? > > > > The patch below needs to be redone. I'll do it. > > OK. I'm also showing clashes with the below patch, so please incorporate > that too. That one is already incorporated. > From: Vojtech Pavlik > > Fix emulation of PrintScreen key and 103rd Euro key for XFree86. > > > > --- > > drivers/char/keyboard.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff -puN drivers/char/keyboard.c~input-print-screen-emulation-fix drivers/char/keyboard.c > --- 25/drivers/char/keyboard.c~input-print-screen-emulation-fix 2004-01-11 13:48:41.000000000 -0800 > +++ 25-akpm/drivers/char/keyboard.c 2004-01-11 13:48:41.000000000 -0800 > @@ -941,8 +941,8 @@ static unsigned short x86_keycodes[256] > 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, > 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, > 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, > - 80, 81, 82, 83, 84, 93, 86, 87, 88, 94, 95, 85,259,375,260, 90, > - 284,285,309,311,312, 91,327,328,329,331,333,335,336,337,338,339, > + 80, 81, 82, 83, 43, 93, 86, 87, 88, 94, 95, 85,259,375,260, 90, > + 284,285,309,298,312, 91,327,328,329,331,333,335,336,337,338,339, > 367,288,302,304,350, 89,334,326,116,377,109,111,126,347,348,349, > 360,261,262,263,298,376,100,101,321,316,373,286,289,102,351,355, > 103,104,105,275,287,279,306,106,274,107,294,364,358,363,362,361, > > _ > -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/