From 7a8b240cfdadb732988f602c56768e81020ab62f Mon Sep 17 00:00:00 2001 From: andrew Date: Thu, 22 Mar 2018 15:24:26 +0000 Subject: [PATCH] Increase the size of the endpoint buffers. They are double buffered so need to be twice the size. Sponsored by: DARPA, AFRL --- sys/dev/usb/controller/musb_otg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/usb/controller/musb_otg.c b/sys/dev/usb/controller/musb_otg.c index 7a4f3d696095..fbb3bb060ee2 100644 --- a/sys/dev/usb/controller/musb_otg.c +++ b/sys/dev/usb/controller/musb_otg.c @@ -157,7 +157,7 @@ static const struct musb_otg_ep_cfg musbotg_ep_default[] = { }, { .ep_end = 7, - .ep_fifosz_shift = 9, + .ep_fifosz_shift = 10, .ep_fifosz_reg = MUSB2_VAL_FIFOSZ_512 | MUSB2_MASK_FIFODB, }, {