[Altair] Disable device auto-sleep for xpadneo/bluetooth.
This commit is contained in:
@@ -34,9 +34,11 @@
|
|||||||
extraModulePackages = [ ];
|
extraModulePackages = [ ];
|
||||||
|
|
||||||
# disable_ertm is required for xpadneo to connect properly and establish a
|
# 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 = ''
|
extraModprobeConfig = ''
|
||||||
options bluetooth disable_ertm=1
|
options bluetooth disable_ertm=1
|
||||||
|
options btusb enable_autosuspend=0
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user