Add stub for the S3 suspend state issue

See https://delta-xi.net/#056
This commit is contained in:
Alberto Berti 2018-06-03 01:32:16 +02:00
parent 654262071f
commit 179bcde845
1 changed files with 10 additions and 0 deletions

View File

@ -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"
# ];
}