Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325863
b: refs/heads/master
c: 693d8eb
h: refs/heads/master
i:
  325861: 1d1343e
  325859: 1f0c0df
  325855: 602bfb8
v: v3
  • Loading branch information
Lan Tianyu authored and Greg Kroah-Hartman committed Sep 10, 2012
1 parent d923265 commit d5fcb8b
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: 05f916894a692f0cc0973aef21521133623b21c0
refs/heads/master: 693d8eb853f62a1341cf59df151b12c053f34e8a
4 changes: 4 additions & 0 deletions trunk/drivers/usb/host/xhci-hub.c
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,10 @@ int xhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
xhci_disable_port(hcd, xhci, wIndex,
port_array[wIndex], temp);
break;
case USB_PORT_FEAT_POWER:
xhci_writel(xhci, temp & ~PORT_POWER,
port_array[wIndex]);
break;
default:
goto error;
}
Expand Down

0 comments on commit d5fcb8b

Please sign in to comment.