mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-10-29 16:27:35 +01:00
6 lines
319 B
Plaintext
6 lines
319 B
Plaintext
# Disable automatic suspending and enable HID reset command on connection.
|
|
# You will want Bluetooth autosuspend if your Bluetooth adapter turns off
|
|
# by itself and Bluetooth devices won't connect without reboot. The resetting
|
|
# may be required by some Bluetooth controllers.
|
|
options btusb enable_autosuspend=0 reset=1
|