Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338656
b: refs/heads/master
c: 392a07a
h: refs/heads/master
v: v3
  • Loading branch information
Sarah Sharp committed Nov 12, 2012
1 parent 5330b61 commit 9a83735
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 2611bd189ee8cb6761393aec90d699015d9c5e9f
refs/heads/master: 392a07ae3316f2b90b39ce41e66d6f6b5c95de90
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/xhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -2255,7 +2255,7 @@ static bool xhci_is_async_ep(unsigned int ep_type)

static bool xhci_is_sync_in_ep(unsigned int ep_type)
{
return (ep_type == ISOC_IN_EP || ep_type != INT_IN_EP);
return (ep_type == ISOC_IN_EP || ep_type == INT_IN_EP);
}

static unsigned int xhci_get_ss_bw_consumed(struct xhci_bw_info *ep_bw)
Expand Down

0 comments on commit 9a83735

Please sign in to comment.