Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1612813 > unrolled thread

[PATCH 0/2] This patches set cros_ec_keyb as a wakeup source, so the chromeos's powerd

Started byJeffy Chen <jeffy.chen@rock-chips.com>
First post2017-03-30 12:00 +0200
Last post2017-03-30 12:00 +0200
Articles 2 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/2] This patches set cros_ec_keyb as a wakeup source, so the chromeos's powerd Jeffy Chen <jeffy.chen@rock-chips.com> - 2017-03-30 12:00 +0200
    [PATCH 2/2] ARM: dts: cros-ec-keyboard: Enable as wakeup source Jeffy Chen <jeffy.chen@rock-chips.com> - 2017-03-30 12:00 +0200

#1612813 — [PATCH 0/2] This patches set cros_ec_keyb as a wakeup source, so the chromeos's powerd

FromJeffy Chen <jeffy.chen@rock-chips.com>
Date2017-03-30 12:00 +0200
Subject[PATCH 0/2] This patches set cros_ec_keyb as a wakeup source, so the chromeos's powerd
Message-ID<tqF21-4or-9@gated-at.bofh.it>
can control the keyboard's wakeup ability along with other ec event sources.


Jeffy Chen (2):
  input: cros_ec_keyb: Report wakeup events
  ARM: dts: cros-ec-keyboard: Enable as wakeup source

 arch/arm/boot/dts/cros-ec-keyboard.dtsi | 1 +
 drivers/input/keyboard/cros_ec_keyb.c   | 9 +++++++++
 2 files changed, 10 insertions(+)

-- 
2.1.4

[toc] | [next] | [standalone]


#1612821 — [PATCH 2/2] ARM: dts: cros-ec-keyboard: Enable as wakeup source

FromJeffy Chen <jeffy.chen@rock-chips.com>
Date2017-03-30 12:00 +0200
Subject[PATCH 2/2] ARM: dts: cros-ec-keyboard: Enable as wakeup source
Message-ID<tqF22-4or-33@gated-at.bofh.it>
In reply to#1612813
Enable cros-ec-keyboard as a wakeup source.

Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.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 c0451051..3168a5e 100644
--- a/arch/arm/boot/dts/cros-ec-keyboard.dtsi
+++ b/arch/arm/boot/dts/cros-ec-keyboard.dtsi
@@ -16,6 +16,7 @@
 		keypad,num-rows = <8>;
 		keypad,num-columns = <13>;
 		google,needs-ghost-filter;
+		wakeup-source;
 
 		linux,keymap = <
 			MATRIX_KEY(0x00, 0x01, KEY_LEFTMETA)
-- 
2.1.4

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web