Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280938
b: refs/heads/master
c: 42f8eb7
h: refs/heads/master
v: v3
  • Loading branch information
Felipe Balbi committed Dec 21, 2011
1 parent d2c2946 commit 2d5f35b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 68e823e24aea5227eaf20d6435485e733109d113
refs/heads/master: 42f8eb7a1087442e9710ce75b355c0f28aadbf96
14 changes: 4 additions & 10 deletions trunk/drivers/usb/dwc3/gadget.c
Original file line number Diff line number Diff line change
Expand Up @@ -672,16 +672,10 @@ static void dwc3_prepare_trbs(struct dwc3_ep *dep, bool starting)
if (list_empty(&dep->request_list))
last_one = 1;

/*
* FIXME we shouldn't need to set LST bit always but we are
* facing some weird problem with the Hardware where it doesn't
* complete even though it has been previously started.
*
* While we're debugging the problem, as a workaround to
* multiple TRBs handling, use only one TRB at a time.
*/
dwc3_prepare_one_trb(dep, req, true);
break;
dwc3_prepare_one_trb(dep, req, last_one);

if (last_one)
break;
}
}

Expand Down

0 comments on commit 2d5f35b

Please sign in to comment.