Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213603
b: refs/heads/master
c: e0c4347
h: refs/heads/master
i:
  213601: 96de57c
  213599: 92cc6c7
v: v3
  • Loading branch information
Felipe Balbi authored and Greg Kroah-Hartman committed Oct 22, 2010
1 parent d75a513 commit a86b436
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: e7379aaa5ca12f9e011eb5a6bcba88e9bbbfbf87
refs/heads/master: e0c43476c12db99e20066151d0c49aa76b34e50d
3 changes: 2 additions & 1 deletion trunk/drivers/usb/musb/musb_gadget.c
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,8 @@ static void rxstate(struct musb *musb, struct musb_request *req)
*/

csr |= MUSB_RXCSR_DMAENAB;
if (!musb_ep->hb_mult)
if (!musb_ep->hb_mult &&
musb_ep->hw_ep->rx_double_buffered)
csr |= MUSB_RXCSR_AUTOCLEAR;
#ifdef USE_MODE1
/* csr |= MUSB_RXCSR_DMAMODE; */
Expand Down

0 comments on commit a86b436

Please sign in to comment.