projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f270f4
)
ehci-pci: Add PCI EHCI controller
author
Trübenbach, Ralf
<Ralf.Truebenbach@men.de>
Thu, 31 Mar 2011 16:46:47 +0000
(16:46 +0000)
committer
Remy Bohmer
<linux@bohmer.net>
Sat, 2 Apr 2011 07:38:24 +0000
(09:38 +0200)
This patch adds support for the PI7C9X442SL PCIe EHCI host controller
from Pericom.
Tested at P4080DS eval board from Freescale.
Signed-off-by: Ralf Trübenbach <ralf.truebenbach@men.de>
Cc: Remy Bohmer <linux@bohmer.net>
drivers/usb/host/ehci-pci.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/ehci-pci.c
b/drivers/usb/host/ehci-pci.c
index cff34389295c5d13ce12d8988bdad47ab8c64c0a..2b68f7bd19eafe03c23faf0cabfe9b0a612a2c79 100644
(file)
--- a/
drivers/usb/host/ehci-pci.c
+++ b/
drivers/usb/host/ehci-pci.c
@@
-28,7
+28,8
@@
#ifdef CONFIG_PCI_EHCI_DEVICE
static struct pci_device_id ehci_pci_ids[] = {
/* Please add supported PCI EHCI controller ids here */
- {0x1033, 0x00E0},
+ {0x1033, 0x00E0}, /* NEC */
+ {0x12D8, 0x400F}, /* Pericom */
{0, 0}
};
#endif