Re: [PATCH] ARM: dts: cros-ec-keyboard: Add LOCK key to keyboard matrix
From: Daniel Kurtz <hidden>
Date: 2016-02-01 23:59:27
On Feb 2, 2016 01:17, "Heiko Stübner" [off-list ref] wrote:
Hi Daniel, Am Samstag, 30. Januar 2016, 10:38:24 schrieb Daniel Kurtz:quoted
From: James Chao <redacted> 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 <redacted> Signed-off-by: Daniel Kurtz <redacted> Signed-off-by: YH Huang <redacted>that should probably be a Reviewed-by: YH Huang [off-list ref] As I don't see any actual patch handling step by him/her.
YH independently uploaded an identical patch to a different ChromeOS kernel version (v3.18) with his SOB to support a different device. I wasn't sure how to deal with it, so I merged the SOB lists when posting upstream.
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 Heikoquoted
--- arch/arm/boot/dts/cros-ec-keyboard.dtsi | 1 + 1 file changed, 1 insertion(+)diff --git a/arch/arm/boot/dts/cros-ec-keyboard.dtsib/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)