Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182061
b: refs/heads/master
c: c70798f
h: refs/heads/master
i:
  182059: 49190fa
v: v3
  • Loading branch information
Wu Zhangjin authored and Ralf Baechle committed Feb 27, 2010
1 parent b0a4c24 commit c8892e1
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: 1b39a0bad50779177ebca818c6c3380463bfca7d
refs/heads/master: c70798f132818eaa79c48a08d0f19a7d61db8822
2 changes: 1 addition & 1 deletion trunk/arch/mips/pci/fixup-lemote2f.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ static void __init loongson_cs5536_ehci_fixup(struct pci_dev *pdev)

/* Serial short detect enable */
_rdmsr(USB_MSR_REG(USB_CONFIG), &hi, &lo);
_wrmsr(USB_MSR_REG(USB_CONFIG), (1 << 1) | (1 << 2) | (1 << 3), lo);
_wrmsr(USB_MSR_REG(USB_CONFIG), (1 << 1) | (1 << 3), lo);

/* setting the USB2.0 micro frame length */
pci_write_config_dword(pdev, PCI_EHCI_FLADJ_REG, 0x2000);
Expand Down

0 comments on commit c8892e1

Please sign in to comment.