Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169050
b: refs/heads/master
c: 5542bc2
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Glöckner authored and Greg Kroah-Hartman committed Dec 1, 2009
1 parent 5751f48 commit efe748f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: dfeffa531ccf9c31f2f55df6d7ca86eec92142df
refs/heads/master: 5542bc2ac7b52c021fc9c7a96329955491b7e763
3 changes: 2 additions & 1 deletion trunk/drivers/usb/musb/musb_gadget_ep0.c
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,8 @@ static void ep0_txstate(struct musb *musb)

/* update the flags */
if (fifo_count < MUSB_MAX_END0_PACKET
|| request->actual == request->length) {
|| (request->actual == request->length
&& !request->zero)) {
musb->ep0_state = MUSB_EP0_STAGE_STATUSOUT;
csr |= MUSB_CSR0_P_DATAEND;
} else
Expand Down

0 comments on commit efe748f

Please sign in to comment.