[Altair] Disable device auto-sleep for xpadneo/bluetooth.

This commit is contained in:
2026-07-09 16:57:04 -07:00
parent 2451cb9726
commit 3f44096a1f

View File

@@ -34,9 +34,11 @@
extraModulePackages = [ ];
# disable_ertm is required for xpadneo to connect properly and establish a
# data connection.
# data connection. enable_autosuspend is to prevent Linux from putting the
# BT radio to sleep and causing a disconnect.
extraModprobeConfig = ''
options bluetooth disable_ertm=1
options btusb enable_autosuspend=0
'';
};