Hi Christopher, On 2/10/2021 7:55 PM, Christopher Morgan wrote: > I was hoping to see if I could get some input on a potential bug. When > I resume from suspend devices attached to USB no longer function. The > machine I am testing in question is an Odroid Go Advance running on the > Rockchip RK3326 (essentially a Rockchip PX30). > Could you please force setting 'power_down' variable to 0 and test again. In function dwc2_set_param_power_down() (file: params.c), replace hsotg->params.power_down = val; to hsotg->params.power_down = 0; Thanks, Minas