From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 2A5436891C for ; Mon, 26 Dec 2005 08:57:42 +1100 (EST) From: Benjamin Herrenschmidt To: Michael Hanselmann In-Reply-To: <20051225212041.GA6094@hansmi.ch> References: <20051225212041.GA6094@hansmi.ch> Content-Type: text/plain Date: Mon, 26 Dec 2005 08:57:23 +1100 Message-Id: <1135547844.8365.2.camel@localhost.localdomain> Mime-Version: 1.0 Cc: linux-input@atrey.karlin.mff.cuni.cz, linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org, linux-kernel@killerfox.forkbomb.ch Subject: Re: [PATCH/RFC?] usb/input: Add support for fn key on Apple PowerBooks List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sun, 2005-12-25 at 22:20 +0100, Michael Hanselmann wrote: > This patch adds a basic input hook support to usbhid because the quirks > method is outrunning the available bits. A hook for the Fn and Numlock > keys on Apple PowerBooks is included. > > Signed-off-by: Michael Hanselmann > Acked-by: Rene Nussbaumer > Acked-by: Johannes Berg Acked-by: Benjamin Herrenschmidt This makes the keyboard useable on latest generations of Apple PowerBooks, so please apply asap :) Ben.