From patchwork Fri Mar 18 15:39:38 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anisse Astier X-Patchwork-Id: 644231 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p2IFdttJ024543 for ; Fri, 18 Mar 2011 15:39:55 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757004Ab1CRPjt (ORCPT ); Fri, 18 Mar 2011 11:39:49 -0400 Received: from mail-fx0-f46.google.com ([209.85.161.46]:40212 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756748Ab1CRPjs (ORCPT ); Fri, 18 Mar 2011 11:39:48 -0400 Received: by fxm17 with SMTP id 17so3809329fxm.19 for ; Fri, 18 Mar 2011 08:39:47 -0700 (PDT) Received: by 10.223.6.11 with SMTP id 11mr1404486fax.103.1300462767636; Fri, 18 Mar 2011 08:39:27 -0700 (PDT) Received: from destiny.ordissimo (ip-140.net-81-220-116.brest.rev.numericable.fr [81.220.116.140]) by mx.google.com with ESMTPS id n2sm1440101fam.4.2011.03.18.08.39.26 (version=SSLv3 cipher=OTHER); Fri, 18 Mar 2011 08:39:26 -0700 (PDT) Date: Fri, 18 Mar 2011 16:39:38 +0100 From: Anisse Astier To: Matthew Garrett Cc: Andy Ross , Shubhrajyoti , Dmitry Torokhov , Corentin Chary , linux-input@vger.kernel.org, acpi4asus-user@lists.sourceforge.net, platform-driver-x86@vger.kernel.org Subject: Re: [PATCH 1/2] input: Pegatron Lucid accelerometer Message-ID: <20110318163938.3cb91027@destiny.ordissimo> In-Reply-To: <20110131213057.GA9259@srcf.ucam.org> References: <1295287011-12849-1-git-send-email-andy.ross@windriver.com> <1295287011-12849-2-git-send-email-andy.ross@windriver.com> <4D3529A1.1030804@ti.com> <4D35CC1B.3020808@windriver.com> <20110131213057.GA9259@srcf.ucam.org> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.20.1; i486-pc-linux-gnu) Mime-Version: 1.0 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Fri, 18 Mar 2011 15:39:55 +0000 (UTC) diff --git a/drivers/platform/x86/asus-laptop.c b/drivers/platform/x86/asus-laptop.c index 75c84f8..d32395c 100644 --- a/drivers/platform/x86/asus-laptop.c +++ b/drivers/platform/x86/asus-laptop.c @@ -312,6 +312,8 @@ static const struct key_entry asus_keymap[] = { {KE_KEY, 0xc4, { KEY_KBDILLUMUP } }, {KE_KEY, 0xc5, { KEY_KBDILLUMDOWN } }, {KE_KEY, 0xb5, { KEY_CALC } }, + /* Pegatron Lucid tablet specific */ + {KE_KEY, 0xEA, { KEY_DIRECTION } }, /* Orientation changed */ {KE_END, 0}, };