Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226979
b: refs/heads/master
c: ff176a4
h: refs/heads/master
i:
  226977: be7603a
  226975: df174c9
v: v3
  • Loading branch information
Richard Röjfors authored and Greg Kroah-Hartman committed Dec 10, 2010
1 parent 5562c31 commit 422b744
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 49e208346616328e535b5d6ecd510ab38f210858
refs/heads/master: ff176a4e2972bdc7a8d65cdcb0bd0d26ab1528cf
5 changes: 4 additions & 1 deletion trunk/drivers/usb/gadget/pch_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2150,7 +2150,10 @@ static void pch_udc_svc_control_out(struct pch_udc_dev *dev)
pch_udc_set_dma(dev, DMA_DIR_RX);
} else {
/* control write */
pch_udc_svc_data_out(dev, UDC_EP0OUT_IDX);
/* next function will pickuo an clear the status */
ep->epsts = stat;

pch_udc_svc_data_out(dev, 0);
/* re-program desc. pointer for possible ZLPs */
pch_udc_ep_set_ddptr(ep, ep->td_data_phys);
pch_udc_set_dma(dev, DMA_DIR_RX);
Expand Down

0 comments on commit 422b744

Please sign in to comment.