From nobody Fri Oct 3 20:29:12 2025 Received: from mail.tuxedocomputers.com (mail.tuxedocomputers.com [157.90.84.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2D65230AAD8; Tue, 26 Aug 2025 14:26:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=157.90.84.7 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756218416; cv=none; b=qbgVulX5z1I2Kmez/XGGpjs9yhRIJXZ1RMLyPAoLSZk+p2TR6sFw3klCWmMcCQC8yTpzbVCrRc6m5YZuaXf6MkT997SlFbaCO9JREWBGv29NqGOkl8N6EHn/szgCinQe7rcnbQcTgS1Cw1QEI+AwR5W4xJwMJNQzRaZP4x7fOC4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756218416; c=relaxed/simple; bh=yvN/a5hqsQMLOcbo9W9myNdGAaFCv2H1K2o/K07Jgb4=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=hNkMWRN9n9tLDV4NyJ9Ld78iLgf3wcpmk1w3kKI7WOuMuBG/fd2FwzjPq3b3fxaouQUvs6A6m7szW6SNSzg947hOUAs5TMQy6+TRMqM4wkHR2KDjuRPPkgaV5ISYT72MIkBG7mpEX49sKt+ZDMwNz0QuKHCQbdFmYhvmdDtbzIw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=tuxedocomputers.com; spf=pass smtp.mailfrom=tuxedocomputers.com; dkim=pass (1024-bit key) header.d=tuxedocomputers.com header.i=@tuxedocomputers.com header.b=rG1P3BxP; arc=none smtp.client-ip=157.90.84.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=tuxedocomputers.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=tuxedocomputers.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=tuxedocomputers.com header.i=@tuxedocomputers.com header.b="rG1P3BxP" Received: from wse-pc.fritz.box (p5de4594b.dip0.t-ipconnect.de [93.228.89.75]) (Authenticated sender: wse@tuxedocomputers.com) by mail.tuxedocomputers.com (Postfix) with ESMTPA id 7A5572FC004D; Tue, 26 Aug 2025 16:26:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tuxedocomputers.com; s=default; t=1756218409; 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=rLBvEgl4sGRI19yXgZqc/dXWoFZPjKYBmBX7qnhymxI=; b=rG1P3BxPBtZPxREzD+0m+otGGyAEQuOdWNYD6/2N8S05s/IsydOFBoS52FM1PlWlHzpJf/ sTD8tY8/ICbAjd1cE5IQB+YD3+zkNrVm92fLBW6HwMrpcehs0n0cT9Iqgppaguko/Y/Fbe KhW4Nqqw8tyiCkYCXPUDeo+ramW9Xjg= Authentication-Results: mail.tuxedocomputers.com; auth=pass smtp.auth=wse@tuxedocomputers.com smtp.mailfrom=wse@tuxedocomputers.com From: Werner Sembach To: Dmitry Torokhov Cc: Christoffer Sandberg , Werner Sembach , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] Input: i8042 - add TUXEDO InfinityBook Pro Gen10 AMD to i8042 quirk table Date: Tue, 26 Aug 2025 16:26:06 +0200 Message-ID: <20250826142646.13516-1-wse@tuxedocomputers.com> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" From: Christoffer Sandberg Occasionally wakes up from suspend with missing input on the internal keyboard. Setting the quirks appears to fix the issue for this device as well. Signed-off-by: Christoffer Sandberg Signed-off-by: Werner Sembach Cc: stable@vger.kernel.org --- drivers/input/serio/i8042-acpipnpio.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/drivers/input/serio/i8042-acpipnpio.h b/drivers/input/serio/i8= 042-acpipnpio.h index 6ed9fc34948cb..1caa6c4ca435c 100644 --- a/drivers/input/serio/i8042-acpipnpio.h +++ b/drivers/input/serio/i8042-acpipnpio.h @@ -1155,6 +1155,20 @@ static const struct dmi_system_id i8042_dmi_quirk_ta= ble[] __initconst =3D { .driver_data =3D (void *)(SERIO_QUIRK_NOMUX | SERIO_QUIRK_RESET_ALWAYS | SERIO_QUIRK_NOLOOP | SERIO_QUIRK_NOPNP) }, + { + .matches =3D { + DMI_MATCH(DMI_BOARD_NAME, "XxHP4NAx"), + }, + .driver_data =3D (void *)(SERIO_QUIRK_NOMUX | SERIO_QUIRK_RESET_ALWAYS | + SERIO_QUIRK_NOLOOP | SERIO_QUIRK_NOPNP) + }, + { + .matches =3D { + DMI_MATCH(DMI_BOARD_NAME, "XxKK4NAx_XxSP4NAx"), + }, + .driver_data =3D (void *)(SERIO_QUIRK_NOMUX | SERIO_QUIRK_RESET_ALWAYS | + SERIO_QUIRK_NOLOOP | SERIO_QUIRK_NOPNP) + }, /* * A lot of modern Clevo barebones have touchpad and/or keyboard issues * after suspend fixable with the forcenorestore quirk. --=20 2.43.0