mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-23 00:48:58 +01:00
bc7adb328c
It seems that USB autosuspend interacting badly with dwc2 on Meson-GXBB: with nothing plugged into the GL852G's downstream ports at boot, the hub idle-suspends, and dwc2 on this SoC doesn't reliably wake on a downstream port-status-change. Devices present at boot enumerate before autosuspend kicks in. Fix by disabling USB autosuspend on this particular board.
2 lines
32 B
Plaintext
2 lines
32 B
Plaintext
CONFIG_USB_AUTOSUSPEND_DELAY=-1
|