Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263975
b: refs/heads/master
c: 44f4c3e
h: refs/heads/master
i:
  263973: 8d90fb3
  263971: 39ab573
  263967: 33f6cc9
v: v3
  • Loading branch information
Greg KH authored and Linus Torvalds committed Sep 20, 2011
1 parent bf25a9e commit 801de5a
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: c19cc78efe922e86da7ba694dbfc4be066dd7eb4
refs/heads/master: 44f4c3ed60fb21e1d2dd98304390ac121e6c7c6d
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/xhci-hub.c
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ int xhci_hub_status_data(struct usb_hcd *hcd, char *buf)
memset(buf, 0, retval);
status = 0;

mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC;
mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC;

spin_lock_irqsave(&xhci->lock, flags);
/* For each port, did anything change? If so, set that bit in buf. */
Expand Down

0 comments on commit 801de5a

Please sign in to comment.