Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248839
b: refs/heads/master
c: 7b1fc2e
h: refs/heads/master
i:
  248837: 8bb8d48
  248835: 7984dcf
  248831: 9b1fade
v: v3
  • Loading branch information
Andiry Xu authored and Sarah Sharp committed May 9, 2011
1 parent e16a385 commit 2eebdb6
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: 51eb01a746089f2c3d9b87f870353772d2fb4c37
refs/heads/master: 7b1fc2ea8a5fbf9487d83865456cff77d0249ea9
4 changes: 2 additions & 2 deletions trunk/drivers/usb/host/xhci-mem.c
Original file line number Diff line number Diff line change
Expand Up @@ -1190,12 +1190,12 @@ int xhci_endpoint_init(struct xhci_hcd *xhci,
/* FIXME dig Mult and streams info out of ep companion desc */

/* Allow 3 retries for everything but isoc;
* error count = 0 means infinite retries.
* CErr shall be set to 0 for Isoch endpoints.
*/
if (!usb_endpoint_xfer_isoc(&ep->desc))
ep_ctx->ep_info2 = cpu_to_le32(ERROR_COUNT(3));
else
ep_ctx->ep_info2 = cpu_to_le32(ERROR_COUNT(1));
ep_ctx->ep_info2 = cpu_to_le32(ERROR_COUNT(0));

ep_ctx->ep_info2 |= cpu_to_le32(xhci_get_endpoint_type(udev, ep));

Expand Down

0 comments on commit 2eebdb6

Please sign in to comment.