From 0a5f7e1bdcf16e11fb8407436a9e1eb5d935d342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=C3=BCbenbach=2C=20Ralf?= Date: Thu, 31 Mar 2011 16:46:47 +0000 Subject: ehci-pci: Add PCI EHCI controller MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Cc: Remy Bohmer --- drivers/usb/host/ehci-pci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'drivers/usb') diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c index cff3438929..2b68f7bd19 100644 --- 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 -- cgit v1.2.1