Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1322234
| From | Daniel Kurtz <djkurtz@chromium.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] ARM: dts: cros-ec-keyboard: Add LOCK key to keyboard matrix |
| Date | 2016-01-30 03:50 +0100 |
| Message-ID | <qWtLP-4gn-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: James Chao <james_chao@asus.com> 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 <james_chao@asus.com> Signed-off-by: Daniel Kurtz <djkurtz@chromium.org> Signed-off-by: YH Huang <yh.huang@mediatek.com> --- 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) -- 2.7.0.rc3.207.g0ac5344
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] ARM: dts: cros-ec-keyboard: Add LOCK key to keyboard matrix Daniel Kurtz <djkurtz@chromium.org> - 2016-01-30 03:50 +0100
Re: [PATCH] ARM: dts: cros-ec-keyboard: Add LOCK key to keyboard matrix Heiko Stübner <heiko@sntech.de> - 2016-02-01 18:20 +0100
Re: [PATCH] ARM: dts: cros-ec-keyboard: Add LOCK key to keyboard matrix Olof Johansson <olof@lixom.net> - 2016-02-02 02:00 +0100
Re: [PATCH] ARM: dts: cros-ec-keyboard: Add LOCK key to keyboard matrix Doug Anderson <dianders@chromium.org> - 2016-02-01 18:20 +0100
csiph-web