From patchwork Fri Sep 15 15:09:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arne Fitzenreiter X-Patchwork-Id: 7176 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4RnHfp1r2cz3wnC for ; Fri, 15 Sep 2023 15:09:54 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4RnHfm6tq8z1V9; Fri, 15 Sep 2023 15:09:52 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RnHfm67Dsz2yTq; Fri, 15 Sep 2023 15:09:52 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4RnHfm1ZzJz2xc7 for ; Fri, 15 Sep 2023 15:09:52 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4RnHfk3sWZzKl; Fri, 15 Sep 2023 15:09:50 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1694790591; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=0lWlpLY6FPI5C/yGrCXwh1Yp+ZtUIk/anNj9K5zpkeQ=; b=4SeIc8FlMrT3OnTOamLGnUG+FJacZ61Bc/v/lRRJFSC8gCbuVwW27okz6YhPOI6C2A851E DfbLQWSeesRMNWAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1694790591; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=0lWlpLY6FPI5C/yGrCXwh1Yp+ZtUIk/anNj9K5zpkeQ=; b=F1YBKar07GBQWVMj4NVSdLf0lpHKNPt/1WyF1v4yb4zFZjzuigJZrFdhaZ0mhYnVd0/krW /QvZxmTLLP7LJFwCzn+MvZhqZNvAb+504WNURZnvQR8opszOrtn/SKCl6t9oL8ErVfhyoE tCAP0XJUeL1RZF19i785re9dtMaUo5UXtzrV5QZUUKIxS+eJompjFdp4fINsn5cqqNo2Bp an3xBGLd/KadE6wf47mH2f4PXHtjmFI6jOYEvX5bIWlYSS0BVrwW7+HePFG9WPCAep+vJg SIxtm0d73p1hKCq7NkdihOaSGd9ehL6atQ5mZ53v7dnxZN0FbO1H9cJKFyXiBA== 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 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Arne Fitzenreiter Errors-To: development-bounces@lists.ipfire.org Sender: "Development" 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 #