diff --git a/etc/modprobe.d/fix-bluetooth.conf b/etc/modprobe.d/fix-bluetooth.conf new file mode 100644 index 00000000..ea5c11fd --- /dev/null +++ b/etc/modprobe.d/fix-bluetooth.conf @@ -0,0 +1,5 @@ +# 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