From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754233AbcBARRN (ORCPT ); Mon, 1 Feb 2016 12:17:13 -0500 Received: from gloria.sntech.de ([95.129.55.99]:33606 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753674AbcBARRL (ORCPT ); Mon, 1 Feb 2016 12:17:11 -0500 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: linux-arm-kernel@lists.infradead.org, Daniel Kurtz , Olof Johansson Cc: Mark Rutland , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , YH Huang , Russell King , Pawel Moll , Ian Campbell , James Chao , dianders@chromium.org, open list , Rob Herring , "moderated list:ARM/Mediatek SoC support" , Kumar Gala , Matthias Brugger Subject: Re: [PATCH] ARM: dts: cros-ec-keyboard: Add LOCK key to keyboard matrix Date: Mon, 01 Feb 2016 18:16:47 +0100 Message-ID: <2283417.UbYyfQa1E3@diego> User-Agent: KMail/4.14.10 (Linux/4.2.0-1-amd64; KDE/4.14.14; x86_64; ; ) In-Reply-To: <1454121504-12683-1-git-send-email-djkurtz@chromium.org> References: <1454121504-12683-1-git-send-email-djkurtz@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Daniel, Am Samstag, 30. Januar 2016, 10:38:24 schrieb Daniel Kurtz: > From: James Chao > > The LOCK key is at KSO9/KSI3 for Chromebook Flip and other devices > that use the Chrome OS EC keyboard matrix. > > Signed-off-by: James Chao > Signed-off-by: Daniel Kurtz > Signed-off-by: YH Huang that should probably be a Reviewed-by: YH Huang As I don't see any actual patch handling step by him/her. Also, you might've included Olof as the keeper of all things ChromeOS when sending. @Olof: this seems to be pretty Veyron-specific for the moment, so I'm inclined to pick that up. Please holler if you disagree and want to pick it up yourself ;-) Thanks Heiko > --- > arch/arm/boot/dts/cros-ec-keyboard.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/cros-ec-keyboard.dtsi > b/arch/arm/boot/dts/cros-ec-keyboard.dtsi index 4e42f30c..c045105 100644 > --- a/arch/arm/boot/dts/cros-ec-keyboard.dtsi > +++ b/arch/arm/boot/dts/cros-ec-keyboard.dtsi > @@ -55,6 +55,7 @@ > MATRIX_KEY(0x03, 0x04, KEY_F5) > MATRIX_KEY(0x03, 0x06, KEY_6) > MATRIX_KEY(0x03, 0x08, KEY_MINUS) > + MATRIX_KEY(0x03, 0x09, KEY_F13) > MATRIX_KEY(0x03, 0x0b, KEY_BACKSLASH) > MATRIX_KEY(0x03, 0x0c, KEY_MUHENKAN)