From c5149a4979654c1e92bdc1305ec31f9f82b06d13 Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Thu, 22 Mar 2018 15:24:26 +0000 Subject: 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(-) (limited to 'sys/dev/usb/controller') diff --git a/sys/dev/usb/controller/musb_otg.c b/sys/dev/usb/controller/musb_otg.c index 7a4f3d6960958..fbb3bb060ee21 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, }, { -- cgit v1.3