diff options
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | 2010-02-27 21:34:41 +0300 |
---|---|---|
committer | Remy Bohmer <linux@bohmer.net> | 2010-04-08 21:40:00 +0200 |
commit | d7a22a364ceea97133c1fb7aff073953c7a61228 (patch) | |
tree | 66b7c5ee48ffae5a839cc6e8a2dc8f87d20cbf58 /drivers/usb/host | |
parent | c8b2d1dc0f1667029f42c3fa21f70906414af325 (diff) | |
download | u-boot-imx-d7a22a364ceea97133c1fb7aff073953c7a61228.zip u-boot-imx-d7a22a364ceea97133c1fb7aff073953c7a61228.tar.gz u-boot-imx-d7a22a364ceea97133c1fb7aff073953c7a61228.tar.bz2 |
EHCI: add NEC PCI ID
Add NEC EHCI controller to the list of the supported devices.
Signed-off-by: Sergei Shtylyov <sshtylyov@mvista.com>
drivers/usb/host/ehci-pci.c | 1 +
1 file changed, 1 insertion(+)
Diffstat (limited to 'drivers/usb/host')
-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 441b1a2..047902a 100644 --- a/drivers/usb/host/ehci-pci.c +++ b/drivers/usb/host/ehci-pci.c @@ -28,6 +28,7 @@ #ifdef CONFIG_PCI_EHCI_DEVICE static struct pci_device_id ehci_pci_ids[] = { /* Please add supported PCI EHCI controller ids here */ + {0x1033, 0x00E0}, {0, 0} }; #endif |