Disable touchscreen via TLP

This commit is contained in:
coolneng 2020-09-13 16:59:38 +02:00
parent 425eb99ce6
commit 7d23e7f63a
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@
NATACPI_ENABLE = 1;
TPACPI_ENABLE = 1;
TPSMAPI_ENABLE = 1;
# Disable touchscreen to save battery
RUNTIME_PM_DRIVER_BLACKLIST = "usbhid";
};
};