Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264973
b: refs/heads/master
c: 76cb323
h: refs/heads/master
i:
  264971: 25edf8c
v: v3
  • Loading branch information
Felipe Balbi committed Sep 9, 2011
1 parent cf579df commit ed95c95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: b673cf3002bfded05d68c8bad394ee68f5e8c515
refs/heads/master: 76cb323f80ac32833109e2c089842be2b99d8d2b
2 changes: 1 addition & 1 deletion trunk/drivers/usb/dwc3/ep0.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ static void dwc3_ep0_stall_and_restart(struct dwc3 *dwc)
{
/* stall is always issued on EP0 */
__dwc3_gadget_ep_set_halt(dwc->eps[0], 1);
dwc->eps[0]->flags &= ~DWC3_EP_STALL;
dwc->eps[0]->flags = DWC3_EP_ENABLED;
dwc->ep0state = EP0_SETUP_PHASE;
dwc3_ep0_out_start(dwc);
}
Expand Down

0 comments on commit ed95c95

Please sign in to comment.