Hi Simon, On 2023-05-06 04:03, Simon Glass wrote: > This causes crashes on some boards, e.g. rockpro64. In any case, we > should not do it. > > Check the usb_started flag to avoid this. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > drivers/usb/host/usb_bootdev.c | 3 +++ > test/boot/bootdev.c | 5 +++++ > 2 files changed, 8 insertions(+) >
This fixes the crash related to usbkbd in stdin env on my rockpro64, so: Tested-by: Jonas Karlman <jo...@kwiboo.se> Regards, Jonas