Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131560
b: refs/heads/master
c: 22eb36f
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Russell King committed Feb 19, 2009
1 parent cff6cfd commit 8eb3cad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 3fd9825c42c784a59b3b90bdf073f49d4bb42a8d
refs/heads/master: 22eb36f49e24e922ca6594a99157a3fcb92d3824
4 changes: 2 additions & 2 deletions trunk/drivers/usb/gadget/pxa25x_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -904,8 +904,8 @@ static void pxa25x_ep_fifo_flush(struct usb_ep *_ep)

/* most IN status is the same, but ISO can't stall */
*ep->reg_udccs = UDCCS_BI_TPC|UDCCS_BI_FTF|UDCCS_BI_TUR
| (ep->bmAttributes == USB_ENDPOINT_XFER_ISOC)
? 0 : UDCCS_BI_SST;
| (ep->bmAttributes == USB_ENDPOINT_XFER_ISOC
? 0 : UDCCS_BI_SST);
}


Expand Down

0 comments on commit 8eb3cad

Please sign in to comment.