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


Groups > linux.kernel > #1328324 > unrolled thread

[PATCH 4/6] ARM: sunxi_defconfig: Enable INPUT_EVDEV so axp20x-pek can be used

Started byChen-Yu Tsai <wens@csie.org>
First post2016-02-06 17:00 +0100
Last post2016-02-09 09:10 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 4/6] ARM: sunxi_defconfig: Enable INPUT_EVDEV so axp20x-pek can be used Chen-Yu Tsai <wens@csie.org> - 2016-02-06 17:00 +0100
    Re: [PATCH 4/6] ARM: sunxi_defconfig: Enable INPUT_EVDEV so  axp20x-pek can be used Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-02-09 09:10 +0100

#1328324 — [PATCH 4/6] ARM: sunxi_defconfig: Enable INPUT_EVDEV so axp20x-pek can be used

FromChen-Yu Tsai <wens@csie.org>
Date2016-02-06 17:00 +0100
Subject[PATCH 4/6] ARM: sunxi_defconfig: Enable INPUT_EVDEV so axp20x-pek can be used
Message-ID<qZdrd-Ve-13@gated-at.bofh.it>
sunxi_defconfig already enables INPUT_AXP20X_PEK, but the device is not
exposed to userspace. Enable INPUT_EVDEV so it is.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
---
 arch/arm/configs/sunxi_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig
index e29b81694184..a3a27e830ef9 100644
--- a/arch/arm/configs/sunxi_defconfig
+++ b/arch/arm/configs/sunxi_defconfig
@@ -58,6 +58,7 @@ CONFIG_STMMAC_ETH=y
 # CONFIG_NET_VENDOR_WIZNET is not set
 # CONFIG_WLAN is not set
 # CONFIG_INPUT_MOUSEDEV is not set
+CONFIG_INPUT_EVDEV=y
 CONFIG_KEYBOARD_SUN4I_LRADC=y
 # CONFIG_INPUT_MOUSE is not set
 CONFIG_INPUT_TOUCHSCREEN=y
-- 
2.7.0

[toc] | [next] | [standalone]


#1329954 — Re: [PATCH 4/6] ARM: sunxi_defconfig: Enable INPUT_EVDEV so axp20x-pek can be used

FromMaxime Ripard <maxime.ripard@free-electrons.com>
Date2016-02-09 09:10 +0100
SubjectRe: [PATCH 4/6] ARM: sunxi_defconfig: Enable INPUT_EVDEV so axp20x-pek can be used
Message-ID<r0bx0-1kF-19@gated-at.bofh.it>
In reply to#1328324

[Multipart message — attachments visible in raw view] — view raw

On Sat, Feb 06, 2016 at 11:53:47PM +0800, Chen-Yu Tsai wrote:
> sunxi_defconfig already enables INPUT_AXP20X_PEK, but the device is not
> exposed to userspace. Enable INPUT_EVDEV so it is.
> 
> Signed-off-by: Chen-Yu Tsai <wens@csie.org>

Applied, thanks!
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web