|
@@ -2248,6 +2248,10 @@ static int musb_urb_enqueue(
|
|
|
ok = (usb_pipein(urb->pipe) && musb->hb_iso_rx)
|
|
|
|| (usb_pipeout(urb->pipe) && musb->hb_iso_tx);
|
|
|
if (!ok) {
|
|
|
+ dev_err(musb->controller,
|
|
|
+ "high bandwidth %s (%dx%d) not supported\n",
|
|
|
+ musb_ep_xfertype_string(qh->type),
|
|
|
+ qh->hb_mult, qh->maxpacket & 0x7ff);
|
|
|
ret = -EMSGSIZE;
|
|
|
goto done;
|
|
|
}
|