Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/1feda63ed988b2c21f758d27e9332f4ab46b1ce9 You should set ROOT_URL correctly, otherwise the web may not work correctly.

musb: sunxi: Force EP0 on re-enable

Currently, the second use of a gadget will fail, while the first one works.

Forcing the EP0 at every enable fix this issue.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
master
Maxime Ripard 10 years ago committed by Marek Vasut
parent 2582ca0d80
commit 1feda63ed9
  1. 3
      drivers/usb/musb-new/sunxi.c

@ -200,6 +200,9 @@ static int sunxi_musb_enable(struct musb *musb)
pr_debug("%s():\n", __func__);
musb_ep_select(musb->mregs, 0);
musb_writeb(musb->mregs, MUSB_FADDR, 0);
if (enabled)
return 0;

Loading…
Cancel
Save