Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 31 Jan 2002 18:45:37 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 31 Jan 2002 18:45:27 -0500 Received: from www.transvirtual.com ([206.14.214.140]:23314 "EHLO www.transvirtual.com") by vger.kernel.org with ESMTP id ; Thu, 31 Jan 2002 18:45:13 -0500 Date: Thu, 31 Jan 2002 15:44:27 -0800 (PST) From: James Simmons To: Simon Richter cc: linux-m68k@lists.linux-m68k.org, Linux Kernel Mailing List Subject: Re: [PATCH] amiga input api drivers In-Reply-To: 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? - 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/