From 66183e761ce344db5ff72e096cf811c202136f38 Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 15 Sep 2020 13:45:45 +0200 Subject: [PATCH] Revert "Disable touchscreen via TLP" This reverts commit 7d23e7f63a16d0001661932807f1c7604391dfb7. --- modules/power.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/power.nix b/modules/power.nix index 7b11b46..3e9f9e3 100644 --- a/modules/power.nix +++ b/modules/power.nix @@ -31,9 +31,6 @@ NATACPI_ENABLE = 1; TPACPI_ENABLE = 1; TPSMAPI_ENABLE = 1; - - # Disable touchscreen to save battery - RUNTIME_PM_DRIVER_BLACKLIST = "usbhid"; }; };