Pārlūkot izejas kodu

ehci-pci: Add PCI EHCI controller

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>
Trübenbach, Ralf 14 gadi atpakaļ
vecāks
revīzija
0a5f7e1bdc
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      drivers/usb/host/ehci-pci.c

+ 2 - 1
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