aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2018-03-22 15:24:26 +0000
committerAndrew Turner <andrew@FreeBSD.org>2018-03-22 15:24:26 +0000
commitc5149a4979654c1e92bdc1305ec31f9f82b06d13 (patch)
treea6c47cb49eec48565f83785389caca3587b1ff9c /sys/dev/usb/controller
parente7932420b000ab045e8dd1bda25c894055a14679 (diff)
Notes
Diffstat (limited to 'sys/dev/usb/controller')
-rw-r--r--sys/dev/usb/controller/musb_otg.c2
1 files changed, 1 insertions, 1 deletions
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,
},
{