From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jani Nikula Subject: [PATCH v2 0/2] new input keycodes, gpio-keys for RX-51 Date: Wed, 4 Nov 2009 17:13:56 +0200 Message-ID: References: Return-path: Received: from smtp.nokia.com ([192.100.122.233]:51352 "EHLO mgw-mx06.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752275AbZKDPOT (ORCPT ); Wed, 4 Nov 2009 10:14:19 -0500 In-Reply-To: Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: tony@atomide.com, dmitry.torokhov@gmail.com Cc: james@mastros.biz, linux-omap@vger.kernel.org, linux-input@vger.kernel.org, ext-jani.1.nikula@nokia.com Hi Dmitry and Tony - These patches expose some RX-51 input GPIO lines to user space through gpio-keys, and introduce a few new relevant keycodes. Second round. BR, Jani. Changes in v2: * SW_CAMERA_LENS_COVER typo fixed (thanks to James Mastros). * Use board-rx51-peripherals.c instead of board-rx51.c as suggested by Tony. * Merge rx51_defconfig change into patch 2/2 as suggested by Tony. Jani Nikula (2): Input: add new keycodes useful in mobile devices ARM OMAP3: RX-51 board: add initialization of gpio keys arch/arm/configs/rx51_defconfig | 2 +- arch/arm/mach-omap2/board-rx51-peripherals.c | 82 ++++++++++++++++++++++++++ include/linux/input.h | 5 ++ 3 files changed, 88 insertions(+), 1 deletions(-)