From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH 1/2] kernel: enable CONFIG_INPUT_EUDEV Date: Fri, 15 Sep 2023 17:09:35 +0200 Message-ID: <20230915150936.69142-1-arne_f@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2462690824418351602==" List-Id: --===============2462690824418351602== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit this is needed for ACPI power button handling --- kernel/config-generic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/config-generic b/kernel/config-generic index d8b106c43..dc255842c 100644 --- a/kernel/config-generic +++ b/kernel/config-generic @@ -2800,7 +2800,7 @@ CONFIG_INPUT_VIVALDIFMAP=y # # CONFIG_INPUT_MOUSEDEV is not set # CONFIG_INPUT_JOYDEV is not set -# CONFIG_INPUT_EVDEV is not set +CONFIG_INPUT_EVDEV=m # CONFIG_INPUT_EVBUG is not set # -- 2.39.2 --===============2462690824418351602==--