From 81b54889611078a818fd468f004fd101ec96d518 Mon Sep 17 00:00:00 2001 From: dadada Date: Sun, 25 Oct 2020 22:29:07 +0100 Subject: [PATCH] t14s: add comment Add commend about suspending to RAM and fingerprint sensor. --- lenovo/thinkpad/t14s/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lenovo/thinkpad/t14s/default.nix b/lenovo/thinkpad/t14s/default.nix index 64957e6..71761ed 100644 --- a/lenovo/thinkpad/t14s/default.nix +++ b/lenovo/thinkpad/t14s/default.nix @@ -7,6 +7,11 @@ ../../../common/pc/laptop/acpi_call.nix ]; + # For suspending to RAM to work, set Config -> Power -> Sleep State to "Linux" in EFI. + # See https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_X1_Carbon_(Gen_6)#Suspend_issues + + # Fingerprint sensor requires a firmware-update to work. + # Force use of the thinkpad_acpi driver for backlight control. # This allows the backlight save/load systemd service to work. boot.kernelParams = [ "acpi_backlight=native" ];