
* Fix USB autosuspend causing peripheral disconnection issues Add configuration to disable USB autosuspend by setting usbcore.autosuspend=-1 in modprobe.d configuration. This prevents USB devices from being automatically suspended which can cause keyboards, mice, and other peripherals to disconnect unexpectedly. * Add migration to apply autosuspend to existing systems --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
4 lines
80 B
Bash
4 lines
80 B
Bash
echo "Disable USB autosuspend"
|
|
|
|
$OMARCHY_PATH/install/config/usb-autosuspend.sh
|