Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108974
b: refs/heads/master
c: fb85d99
h: refs/heads/master
v: v3
  • Loading branch information
Anand Gadiyar authored and Greg Kroah-Hartman committed Aug 21, 2008
1 parent c56152d commit 97a1fa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e8164f64caff68d4e878e1719d88d145faa75f1d
refs/heads/master: fb85d991616046f1b640ed9c4eab9b44908dab74
2 changes: 2 additions & 0 deletions trunk/drivers/usb/musb/musb_gadget_ep0.c
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ static void ep0_rxstate(struct musb *musb)
return;
musb->ackpend = 0;
}
musb_ep_select(musb->mregs, 0);
musb_writew(regs, MUSB_CSR0, tmp);
}

Expand Down Expand Up @@ -528,6 +529,7 @@ static void ep0_txstate(struct musb *musb)
}

/* send it out, triggering a "txpktrdy cleared" irq */
musb_ep_select(musb->mregs, 0);
musb_writew(regs, MUSB_CSR0, csr);
}

Expand Down

0 comments on commit 97a1fa2

Please sign in to comment.