From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6D01032ED56 for ; Mon, 29 Dec 2025 14:34:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767018889; cv=none; b=UrZ8Zb07xXFyqYjOetmVIhQoMv+NhYJdCzPhF8ehaADNR0RLIvEWG9d3DZur4rh1UibpC1KAlpyOi9b2BUbgDNE8LFwubV2c8JzJJNYy6bH7LHjoXzDeSMzoTa2yAGmlfBbNfWOE7vrhzuc02KWV1GehVccObHuV3Vm0P7b0p2o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767018889; c=relaxed/simple; bh=C+kaO+Ep+P1CfDMg3ATKczymjxSzX0ttSH99g6amkwE=; h=Subject:To:Cc:From:Date:Message-ID:MIME-Version:Content-Type; b=r0YVdVGDbmugUHwDThjdj644z4+WQtdd3BQOZtSuPLtoQZu1wh30xFC9SqQCP9j71A0ZbmIeQjBBgjaOxG/rgznNhpYWz1fqAMoXl0ec9GNtiOygnqeaH5PVpY/8+neSbzlhYn8FU3RhVpcWpGGw93W2Gi4z7c0wypOZbGTfSIU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=pWbqOaLg; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="pWbqOaLg" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 90494C4CEF7; Mon, 29 Dec 2025 14:34:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1767018889; bh=C+kaO+Ep+P1CfDMg3ATKczymjxSzX0ttSH99g6amkwE=; h=Subject:To:Cc:From:Date:From; b=pWbqOaLgz9FGnqIbhO5gT6oJi45DAN3cbXDUauvyF71AqUp7a6cLLDWwp+t7jRImo IcKpcOLtzFIkjyzAjyFla18H4/IAEK8cfqSOO3/BiVMntsrChFs0VcTQNCCYn7H1s2 TI01awNkU1ICJe4qiXOXSx/r0Vcu0nfG48t9WEFo= Subject: FAILED: patch "[PATCH] gpiolib: acpi: Add quirk for Dell Precision 7780" failed to apply to 6.12-stable tree To: safinaskar@gmail.com,andriy.shevchenko@linux.intel.com,bartosz.golaszewski@oss.qualcomm.com Cc: From: Date: Mon, 29 Dec 2025 15:34:46 +0100 Message-ID: <2025122946-rotunda-passenger-2915@gregkh> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit The patch below does not apply to the 6.12-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to . To reproduce the conflict and resubmit, you may use the following commands: git fetch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/ linux-6.12.y git checkout FETCH_HEAD git cherry-pick -x 2d967310c49ed93ac11cef408a55ddf15c3dd52e # git commit -s git send-email --to '' --in-reply-to '2025122946-rotunda-passenger-2915@gregkh' --subject-prefix 'PATCH 6.12.y' HEAD^.. Possible dependencies: thanks, greg k-h ------------------ original commit in Linus's tree ------------------ >From 2d967310c49ed93ac11cef408a55ddf15c3dd52e Mon Sep 17 00:00:00 2001 From: Askar Safin Date: Sat, 6 Dec 2025 18:04:13 +0000 Subject: [PATCH] gpiolib: acpi: Add quirk for Dell Precision 7780 Dell Precision 7780 often wakes up on its own from suspend. Sometimes wake up happens immediately (i. e. within 7 seconds), sometimes it happens after, say, 30 minutes. Fixes: 1796f808e4bb ("HID: i2c-hid: acpi: Stop setting wakeup_capable") Link: https://lore.kernel.org/linux-i2c/197ae95ffd8.dc819e60457077.7692120488609091556@zohomail.com/ Cc: stable@vger.kernel.org Reviewed-by: Andy Shevchenko Signed-off-by: Askar Safin Link: https://lore.kernel.org/r/20251206180414.3183334-2-safinaskar@gmail.com Signed-off-by: Bartosz Golaszewski diff --git a/drivers/gpio/gpiolib-acpi-quirks.c b/drivers/gpio/gpiolib-acpi-quirks.c index 7b95d1b03361..a0116f004975 100644 --- a/drivers/gpio/gpiolib-acpi-quirks.c +++ b/drivers/gpio/gpiolib-acpi-quirks.c @@ -370,6 +370,28 @@ static const struct dmi_system_id gpiolib_acpi_quirks[] __initconst = { .ignore_wake = "ASCP1A00:00@8", }, }, + { + /* + * Spurious wakeups, likely from touchpad controller + * Dell Precision 7780 + * Found in BIOS 1.24.1 + * + * Found in touchpad firmware, installed by Dell Touchpad Firmware Update Utility version 1160.4196.9, A01 + * ( Dell-Touchpad-Firmware-Update-Utility_VYGNN_WIN64_1160.4196.9_A00.EXE ), + * released on 11 Jul 2024 + * + * https://lore.kernel.org/linux-i2c/197ae95ffd8.dc819e60457077.7692120488609091556@zohomail.com/ + */ + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_FAMILY, "Precision"), + DMI_MATCH(DMI_PRODUCT_NAME, "Precision 7780"), + DMI_MATCH(DMI_BOARD_NAME, "0C6JVW"), + }, + .driver_data = &(struct acpi_gpiolib_dmi_quirk) { + .ignore_wake = "VEN_0488:00@355", + }, + }, {} /* Terminating entry */ };