From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754010AbdCBBmD (ORCPT ); Wed, 1 Mar 2017 20:42:03 -0500 Received: from muru.com ([72.249.23.125]:37194 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753850AbdCBBmA (ORCPT ); Wed, 1 Mar 2017 20:42:00 -0500 Date: Wed, 1 Mar 2017 17:41:49 -0800 From: Tony Lindgren To: Sebastian Reichel Cc: =?utf-8?Q?Beno=C3=AEt?= Cousson , Rob Herring , Mark Rutland , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Marcel Partap , Michael Scott Subject: Re: [PATCH 8/8] ARM: dts: omap4-droid4: Add keypad support Message-ID: <20170302014149.GL20572@atomide.com> References: <20170302010900.28532-1-sre@kernel.org> <20170302010900.28532-9-sre@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170302010900.28532-9-sre@kernel.org> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Sebastian Reichel [170301 17:11]: > From: Tony Lindgren > > Let's configure the keypad in a way where it's usable out of the > box for Linux console use. To do this, let's follow the standard > PC keyboard layout for ctrl, shift and alt keys: > > Ctrl = what is labeled as shift > Alt = what is labeled as SYM > Shift = what is lableled as caps lock > Meta = what is labled as OK With this one I posted an update that keeps OK as OK as there's no obvious other use for it. Esc is the opposite of OK.. Marcel wanted delete key there.. I don't think we can come up with any sane mapping for that one. And we need to map things in the user space anyways. Regards, Tony