diff options
author | Zhao Chenhui <b35336@freescale.com> | 2011-03-13 10:00:40 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-04-04 09:24:42 -0500 |
commit | 298f8af17b5056fd4135708c1745572f351bd339 (patch) | |
tree | 5eb1d1afd0edcff8cfbd9a438b4b8a41a56896f1 /drivers/usb | |
parent | a7b1e1b706a78f9208cb4128be9692e97f58e5ac (diff) | |
download | u-boot-imx-298f8af17b5056fd4135708c1745572f351bd339.zip u-boot-imx-298f8af17b5056fd4135708c1745572f351bd339.tar.gz u-boot-imx-298f8af17b5056fd4135708c1745572f351bd339.tar.bz2 |
echi: add ULI1575 PCI ID
Add ULI1575 EHCI controller to the list of the supported devices.
Signed-off-by: Zhao Chenhui <b35336@freescale.com>
Acked-by: Remy Bohmer <linux@bohmer.net>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/host/ehci-pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c index cff3438..bf490b0 100644 --- a/drivers/usb/host/ehci-pci.c +++ b/drivers/usb/host/ehci-pci.c @@ -29,6 +29,7 @@ static struct pci_device_id ehci_pci_ids[] = { /* Please add supported PCI EHCI controller ids here */ {0x1033, 0x00E0}, + {0x10b9, 0x5239}, /* ULI1575 PCI EHCI module ids */ {0, 0} }; #endif |