Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 31 Jan 2002 19:13:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 31 Jan 2002 19:13:37 -0500 Received: from www.transvirtual.com ([206.14.214.140]:54290 "EHLO www.transvirtual.com") by vger.kernel.org with ESMTP id ; Thu, 31 Jan 2002 19:13:32 -0500 Date: Thu, 31 Jan 2002 16:12:46 -0800 (PST) From: James Simmons To: Roman Zippel cc: Simon Richter , linux-m68k@lists.linux-m68k.org, Linux Kernel Mailing List Subject: Re: [PATCH] amiga input api drivers In-Reply-To: <3C59DCC4.EA3848E@linux-m68k.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > > > > + scancode = scancode >> 1; /* lowest bit is release bit */ > > > > + down = scancode & 1; > > > > > > Shouldn't that be the other way 'round? > > > > I don't know. Anyone? > > He's correct, the up/down event is received in the lsb bit, the other 7 > bits are the keycode. Okay that has been fixed now :-) Another patch is coming your way. - 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/