Merge pull request #1915 from lmb/p14s-acpi-ec

lenovo/p14s: remove acpi.ec_no_wakeup=1 on gen 6 amd
This commit is contained in:
Winter 2026-07-06 20:45:51 +00:00 committed by GitHub
commit 662bd6e312
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,8 +5,4 @@
../. ../.
../../../../../common/cpu/amd/pstate.nix ../../../../../common/cpu/amd/pstate.nix
]; ];
# Embedded controller wake-ups drain battery in s2idle on this device
# See https://lore.kernel.org/all/ZnFYpWHJ5Ml724Nv@ohnotp/
boot.kernelParams = [ "acpi.ec_no_wakeup=1" ];
} }