Skip to content

Commit

Permalink
usb: musb: musb_host: Enable HCD_BH flag to handle urb return in bott…
Browse files Browse the repository at this point in the history
…om half

Enable HCD_BH flag for musb host controller driver.
This improves the MSC/UVC through put. With this enabled
even 640x480@30fps webcam streaming is also supported.

Signed-off-by: George Cherian <george.cherian@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
  • Loading branch information
George Cherian authored and Felipe Balbi committed Feb 23, 2015
1 parent c517d83 commit 2035772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/musb/musb_host.c
Original file line number Diff line number Diff line change
Expand Up @@ -2613,7 +2613,7 @@ static const struct hc_driver musb_hc_driver = {
.description = "musb-hcd",
.product_desc = "MUSB HDRC host driver",
.hcd_priv_size = sizeof(struct musb *),
.flags = HCD_USB2 | HCD_MEMORY,
.flags = HCD_USB2 | HCD_MEMORY | HCD_BH,

/* not using irq handler or reset hooks from usbcore, since
* those must be shared with peripheral code for OTG configs
Expand Down

0 comments on commit 2035772

Please sign in to comment.