summaryrefslogtreecommitdiffstats
path: root/lenovo
diff options
context:
space:
mode:
authorAlberto Berti <alberto@metapensiero.it>2018-06-03 01:32:16 +0200
committerAlberto Berti <alberto@metapensiero.it>2018-06-03 01:32:16 +0200
commit179bcde845464be4f21e4b170877e3ef61fec2b3 (patch)
treeb2d6bf2110d999b034b90d0886c2b0c5f1918122 /lenovo
parent654262071f8b9f0c15704d4da195c60739707e4b (diff)
Add stub for the S3 suspend state issue
See https://delta-xi.net/#056
Diffstat (limited to 'lenovo')
-rw-r--r--lenovo/thinkpad/x1/6th-gen/default.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/lenovo/thinkpad/x1/6th-gen/default.nix b/lenovo/thinkpad/x1/6th-gen/default.nix
index 848cc00..c0b4fbd 100644
--- a/lenovo/thinkpad/x1/6th-gen/default.nix
+++ b/lenovo/thinkpad/x1/6th-gen/default.nix
@@ -55,4 +55,14 @@ STOP_CHARGE_THRESH_BAT0=80
];
};
+ # Enable S3 suspend state: you have to manually follow the
+ # instructions shown here: https://delta-xi.net/#056 in order to
+ # produce the ACPI patched table. Put the CPIO archive in /boot and
+ # then enable the following lines
+ # boot.kernelParams = [
+ # "mem_sleep_default=deep"
+ # ];
+ # boot.initrd.prepend = [
+ # "/boot/acpi_override"
+ # ];
}