summaryrefslogtreecommitdiffstats
path: root/rc.org
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-01-31 12:15:40 -0500
committerAmin Bandali <bandali@gnu.org>2019-01-31 12:15:40 -0500
commit9a123361ac6229a07617f1da286158d23a5c7cd8 (patch)
treeb4b60105287bd36ab007197643a4380e7501345a /rc.org
parentcb300a22ba7dde1ce2718d3b85121aa985d8f40a (diff)
downloadconfigs-9a123361ac6229a07617f1da286158d23a5c7cd8.tar.gz
configs-9a123361ac6229a07617f1da286158d23a5c7cd8.tar.xz
configs-9a123361ac6229a07617f1da286158d23a5c7cd8.zip
[rc/tlp] work around bluetooth getting enabled after hibernate
of course, it should be manually disabled the first time
Diffstat (limited to 'rc.org')
-rw-r--r--rc.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.org b/rc.org
index 1a86339..1dfdf08 100644
--- a/rc.org
+++ b/rc.org
@@ -3340,12 +3340,11 @@ USB_BLACKLIST_WWAN=1
# Hint: the parameters DEVICES_TO_DISABLE/ENABLE_ON_STARTUP/SHUTDOWN below
# are ignored when this is enabled!
#RESTORE_DEVICE_STATE_ON_STARTUP=0
-RESTORE_DEVICE_STATE_ON_STARTUP=0
+RESTORE_DEVICE_STATE_ON_STARTUP=1
# Radio devices to disable on startup: bluetooth, wifi, wwan.
# Separate multiple devices with spaces.
#DEVICES_TO_DISABLE_ON_STARTUP="bluetooth wifi wwan"
-DEVICES_TO_DISABLE_ON_STARTUP="bluetooth"
# Radio devices to enable on startup: bluetooth, wifi, wwan.
# Separate multiple devices with spaces.
@@ -3364,6 +3363,7 @@ DEVICES_TO_DISABLE_ON_STARTUP="bluetooth"
# Radio devices to disable on battery: bluetooth, wifi, wwan.
#DEVICES_TO_DISABLE_ON_BAT="bluetooth wifi wwan"
+DEVICES_TO_DISABLE_ON_BAT="bluetooth"
# Radio devices to disable on battery when not in use (not connected):
# bluetooth, wifi, wwan.