From nobody Tue Dec 2 00:25:33 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 C5F0C8634F; Mon, 24 Nov 2025 20:33:42 +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=1764016426; cv=none; b=OJiq0iWKWpfNcK3bLppKze//ZduBdd3VSntTuTfo+2zDbEea/JoECHstiIp5sbhVnmYpA4mAMdwju+Mg74OqklaZL0xIkiuG7zaS3KwHb5rhyaNylUhAMZw9o7j/jV8t043BiYBPEH15kznWcQXz0Zb6zO0JHlRI+E5tbx/lGRU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764016426; c=relaxed/simple; bh=ByawdD0xfPt8bIW4ZFQvmnipPYvO8YNa8I8Q26c4QZc=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=YJAQerZRq06QV0Fk4A0mcLfg5qLOZH3y7rDt7Mbd+7ms4L50ZJ/2NPEN1LNbh+rltY3QTLcxtzHoAKXTF7cdQY5CqvjwxqQGSm4/aBkFCvbXOzE9BrtfuXzmvFeuLyVL/rulCYNj15VDByhozThPW8g6x8v5ZxSRawEfrxgUSm8= 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=KJuzxKVF; 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="KJuzxKVF" Received: from wse-pc.fritz.box (pd9e597c7.dip0.t-ipconnect.de [217.229.151.199]) (Authenticated sender: wse@tuxedocomputers.com) by mail.tuxedocomputers.com (Postfix) with ESMTPA id 02D482FC004D; Mon, 24 Nov 2025 21:33:39 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tuxedocomputers.com; s=default; t=1764016420; 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=5F/v/WRGrdTjeSFBG18gA0uPYwiL+Q1B83HCBn75pBg=; b=KJuzxKVF70beCKdYvGcW7KCMDnww+OGGZPLrsybcP5qwZIPGyVUividzt9D6lUkAxcW99o XY6vT5cJcWeFO8r5CFTH6/LOYdlap4cU1W9Dur2gCxzWOmosk82FTJg/QV2Zxp091zBiD0 AOmpdv6g9e0d0WPATNfNwErvDqDy9hw= 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 Gen10 AMD to i8042 quirk table Date: Mon, 24 Nov 2025 21:31:34 +0100 Message-ID: <20251124203336.64072-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 Cc: stable@vger.kernel.org --- 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 1caa6c4ca435c..654771275ce87 100644 --- a/drivers/input/serio/i8042-acpipnpio.h +++ b/drivers/input/serio/i8042-acpipnpio.h @@ -1169,6 +1169,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, "X5KK45xS_X5SP45xS"), + }, + .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