From 294f9f0f6bf485471c401f1f4875ac5c8f50c90b Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 28 Oct 2025 21:49:10 +0200 Subject: [PATCH] modprobe.d: add fix-bluetooth.conf --- etc/modprobe.d/fix-bluetooth.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 etc/modprobe.d/fix-bluetooth.conf 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