Skip to content

Commit

Permalink
odroid-c2:usb: fix usb doggle compatibility
Browse files Browse the repository at this point in the history
Change-Id: Ie19321c46aacea48d1b06d9e55dcafa5477dc33f
  • Loading branch information
ckkim authored and mdrjr committed Jan 2, 2017
1 parent dcd0aed commit bb03f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/amlogic/usb/dwc_otg/310/dwc_otg_hcd_intr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,7 @@ static int32_t handle_hc_nak_intr(dwc_otg_hcd_t *hcd,
hcd->ssplit_lock = 0;

qtd->complete_split = 0;
if (qtd->error_count > 200) {
if (qtd->error_count > 20000) {
DWC_ERROR("Can not read device info from hub.We take it error\n");
halt_channel(hcd, hc, qtd, DWC_OTG_HC_XFER_XACT_ERR);
} else {
Expand Down

0 comments on commit bb03f74

Please sign in to comment.