Refactor autosuspend

This commit is contained in:
Ryan Hughes
2025-10-22 00:16:22 -04:00
parent de4819bd17
commit b7ccb64082
3 changed files with 1 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
# Disable USB autosuspend to prevent peripheral disconnection issues
if [[ ! -f /etc/modprobe.d/disable-usb-autosuspend.conf ]]; then
echo "options usbcore autosuspend=-1" | sudo tee /etc/modprobe.d/disable-usb-autosuspend.conf
fi