Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310915
b: refs/heads/master
c: 4f7a67e
h: refs/heads/master
i:
  310913: a5bf3bd
  310911: e423e27
v: v3
  • Loading branch information
Ricardo Martins authored and Greg Kroah-Hartman committed Jun 14, 2012
1 parent 3a7dc69 commit 0b9d763
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 57e04bdb3ea67d9e2e58b412eb21772188467df4
refs/heads/master: 4f7a67e2dd49fbfba002c453bc24bf00e701cc71
2 changes: 2 additions & 0 deletions trunk/drivers/usb/host/ehci-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,9 @@ static int ehci_init(struct usb_hcd *hcd)
hw = ehci->async->hw;
hw->hw_next = QH_NEXT(ehci, ehci->async->qh_dma);
hw->hw_info1 = cpu_to_hc32(ehci, QH_HEAD);
#if defined(CONFIG_PPC_PS3)
hw->hw_info1 |= cpu_to_hc32(ehci, (1 << 7)); /* I = 1 */
#endif
hw->hw_token = cpu_to_hc32(ehci, QTD_STS_HALT);
hw->hw_qtd_next = EHCI_LIST_END(ehci);
ehci->async->qh_state = QH_STATE_LINKED;
Expand Down

0 comments on commit 0b9d763

Please sign in to comment.