diff --git a/tasks/workstation/linux/software/tlp.yml b/tasks/workstation/linux/software/tlp.yml index bf1ed49..b43b50d 100644 --- a/tasks/workstation/linux/software/tlp.yml +++ b/tasks/workstation/linux/software/tlp.yml @@ -75,6 +75,9 @@ create: yes backup: yes loop: + - { "key": '^[\#]?TLP_ENABLE', "value": 'TLP_ENABLE=1'} + - { "key": '^[\#]?TLP_DEFAULT_MODE', "value": 'TLP_DEFAULT_MODE=SAV'} + ## Device Controls ## - { "key": '^[\#]?DEVICES_TO_DISABLE_ON_STARTUP', "value": 'DEVICES_TO_DISABLE_ON_STARTUP="bluetooth nfc wwan"'} # Ensure these stay commented, once the device is booted the user is in control. # - { "key": '^[\#]?DEVICES_TO_ENABLE_ON_STARTUP', "value": '#DEVICES_TO_ENABLE_ON_STARTUP=""'} @@ -88,6 +91,9 @@ # Do not let the WiFi device go DORMANT. - { "key": '^[\#]?WIFI_PWR_ON_AC, "value": 'WIFI_PWR_ON_AC=off'} - { "key": '^[\#]?WIFI_PWR_ON_BAT', "value": 'WIFI_PWR_ON_BAT=off'} + # Do not let USB devices go dormant. + - { "key": '^[\#]?USB_AUTOSUSPEND', "value": 'USB_AUTOSUSPEND=0'} + ## Enable + Start ##