Disable touchscreen via TLP
This commit is contained in:
parent
425eb99ce6
commit
7d23e7f63a
|
@ -31,6 +31,9 @@
|
|||
NATACPI_ENABLE = 1;
|
||||
TPACPI_ENABLE = 1;
|
||||
TPSMAPI_ENABLE = 1;
|
||||
|
||||
# Disable touchscreen to save battery
|
||||
RUNTIME_PM_DRIVER_BLACKLIST = "usbhid";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue