Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265022
b: refs/heads/master
c: 6fd4562
h: refs/heads/master
v: v3
  • Loading branch information
Andiry Xu authored and Greg Kroah-Hartman committed Sep 26, 2011
1 parent 7a42a12 commit 10865aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d2f52c9e585bbb1a3c164e02b8dcd0d996c67353
refs/heads/master: 6fd4562178508a0949c9fdecd8558d8b10d671bd
4 changes: 4 additions & 0 deletions trunk/drivers/usb/host/xhci-ring.c
Original file line number Diff line number Diff line change
Expand Up @@ -1352,6 +1352,10 @@ static void handle_port_status(struct xhci_hcd *xhci,
}
}

if (hcd->speed != HCD_USB3)
xhci_test_and_clear_bit(xhci, port_array, faked_port_index,
PORT_PLC);

cleanup:
/* Update event ring dequeue pointer before dropping the lock */
inc_deq(xhci, xhci->event_ring, true);
Expand Down

0 comments on commit 10865aa

Please sign in to comment.