diff options
author | Amin Bandali <amin@gnu.org> | 2018-09-16 00:28:33 -0400 |
---|---|---|
committer | Amin Bandali <amin@gnu.org> | 2018-09-16 00:28:33 -0400 |
commit | 67023528a1c34cb86fd749b9aeeb847d98ac1373 (patch) | |
tree | f34034763bb30632b720bae57ea5151aa3c23adf | |
parent | d714451509a87c2eff518f0e72f63d884830c01b (diff) | |
download | configs-67023528a1c34cb86fd749b9aeeb847d98ac1373.tar.gz configs-67023528a1c34cb86fd749b9aeeb847d98ac1373.tar.xz configs-67023528a1c34cb86fd749b9aeeb847d98ac1373.zip |
[rc/tlp] disable bluetooth on startup for langa
-rw-r--r-- | rc.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4251,11 +4251,12 @@ 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=1 +RESTORE_DEVICE_STATE_ON_STARTUP=0 # 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. |