From nobody Fri Apr 17 04:49:09 2026 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 BFBAA155757; Mon, 23 Feb 2026 14:21:00 +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=1771856463; cv=none; b=R7DedguuNWuWcVhoVsYsz8onpm/9LIMPrUM6P1qG1+k5NMw0yZWa3M1/I/mCc+3rmQqxk3ULrHQ3Fwrx8jXn6DPe2PrFDBQnXPN5yZrKnLWrM1e+X19nU6cBUOG5VMz1bfg6JRuRXTsym4SIh9Un42IvNKJoU6HiglD+/4S7fCU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771856463; c=relaxed/simple; bh=a1J3dAgB/osYosFA1gAiUpU2DmBpDKVgxdTQPRC1bGk=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=a0VE4FHjWHSApJvyjOQhxPp6grBjFqVjGFawGzq37omMn7qUQnKSmfpEz6hqVbxkUwgMkirl67upKuUm5RMrUzgiMl+4JZZ9AwJ9DMrJxn9/VDQx/QxR/89V/Kl9dkgt9QvjB4vUhnCQiAvqgSled0VaOgft63ZdF+oFWYSvtlg= 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=Nf3+99fu; 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="Nf3+99fu" Received: from wse-pc.fritz.box (i5C75F712.versanet.de [92.117.247.18]) (Authenticated sender: wse@tuxedocomputers.com) by mail.tuxedocomputers.com (Postfix) with ESMTPA id E32882FC004A; Mon, 23 Feb 2026 15:20:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tuxedocomputers.com; s=default; t=1771856458; 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=himZw0N200PnKOjSzXl5mVKz7h31xghtGslmaqFsoEE=; b=Nf3+99fu1Veiq3DlC1Y6cUlVJQ/dblTjigVPRpCWTwd0LaSFGzLu8pRocNAXB6zlwqNQ4P juBohhL3OD+SBw980/xR3u24ysjSbBKfozB53vA8zQQhiVMJW4ZMRDVuqz4Jn5eJqRXtGj ELXmgbNMHy06ZGhX00zDOtOzJW78PoI= 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 Max 16 Gen10 AMD to i8042 quirk table Date: Mon, 23 Feb 2026 15:20:45 +0100 Message-ID: <20260223142054.50310-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 The device occasionally wakes up from suspend with missing input on the internal keyboard and the following suspend attempt results in an instant wake-up. The quirks fix both issues for this device. Signed-off-by: Christoffer Sandberg Signed-off-by: Werner Sembach --- drivers/input/serio/i8042-acpipnpio.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/drivers/input/serio/i8042-acpipnpio.h b/drivers/input/serio/i8= 042-acpipnpio.h index d2cf940b105a6..8ebdf4fb90308 100644 --- a/drivers/input/serio/i8042-acpipnpio.h +++ b/drivers/input/serio/i8042-acpipnpio.h @@ -1187,6 +1187,13 @@ 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, "X6KK45xU_X6SP45xU"), + }, + .driver_data =3D (void *)(SERIO_QUIRK_NOMUX | SERIO_QUIRK_RESET_ALWAYS | + SERIO_QUIRK_NOLOOP | SERIO_QUIRK_NOPNP) + }, { .matches =3D { DMI_MATCH(DMI_BOARD_NAME, "WUJIE Series-X5SP4NAG"), --=20 2.43.0