File tree 2 files changed +5
-0
lines changed
lenovo/thinkpad/t14/amd/gen5
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -239,6 +239,7 @@ See code for all available configurations.
239
239
| [ Lenovo ThinkPad T14 AMD Gen 2] ( lenovo/thinkpad/t14/amd/gen2 ) | ` <nixos-hardware/lenovo/thinkpad/t14/amd/gen2> ` |
240
240
| [ Lenovo ThinkPad T14 AMD Gen 3] ( lenovo/thinkpad/t14/amd/gen3 ) | ` <nixos-hardware/lenovo/thinkpad/t14/amd/gen3> ` |
241
241
| [ Lenovo ThinkPad T14 AMD Gen 4] ( lenovo/thinkpad/t14/amd/gen4 ) | ` <nixos-hardware/lenovo/thinkpad/t14/amd/gen4> ` |
242
+ | [ Lenovo ThinkPad T14 AMD Gen 5] ( lenovo/thinkpad/t14/amd/gen5 ) | ` <nixos-hardware/lenovo/thinkpad/t14/amd/gen5> ` |
242
243
| [ Lenovo ThinkPad T14] ( lenovo/thinkpad/t14 ) | ` <nixos-hardware/lenovo/thinkpad/t14> ` |
243
244
| [ Lenovo ThinkPad T14s AMD Gen 1] ( lenovo/thinkpad/t14s/amd/gen1 ) | ` <nixos-hardware/lenovo/thinkpad/t14s/amd/gen1> ` |
244
245
| [ Lenovo ThinkPad T14s AMD Gen 4] ( lenovo/thinkpad/t14s/amd/gen4 ) | ` <nixos-hardware/lenovo/thinkpad/t14s/amd/gen4> ` |
Original file line number Diff line number Diff line change 6
6
../../../../../common/cpu/amd/pstate.nix
7
7
] ;
8
8
9
+ # Embedded controller wake-ups drain battery in s2idle on this device
10
+ # See https://lore.kernel.org/all/ZnFYpWHJ5Ml724Nv@ohnotp/
11
+ boot . kernelParams = [ "acpi.ec_no_wakeup=1" ] ;
12
+
9
13
# For the Qualcomm NFA765 [17cb:1103] wireless network controller
10
14
# See https://bugzilla.redhat.com/show_bug.cgi?id=2047878
11
15
boot . kernelPackages = lib . mkIf ( lib . versionOlder pkgs . linux . version "5.16" ) pkgs . linuxPackages_latest ;
You can’t perform that action at this time.
0 commit comments