|
@@ -28,7 +28,8 @@
|
|
#ifdef CONFIG_PCI_EHCI_DEVICE
|
|
#ifdef CONFIG_PCI_EHCI_DEVICE
|
|
static struct pci_device_id ehci_pci_ids[] = {
|
|
static struct pci_device_id ehci_pci_ids[] = {
|
|
/* Please add supported PCI EHCI controller ids here */
|
|
/* Please add supported PCI EHCI controller ids here */
|
|
- {0x1033, 0x00E0},
|
|
|
|
|
|
+ {0x1033, 0x00E0}, /* NEC */
|
|
|
|
+ {0x12D8, 0x400F}, /* Pericom */
|
|
{0, 0}
|
|
{0, 0}
|
|
};
|
|
};
|
|
#endif
|
|
#endif
|