]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/usb/host/ehci-pci.c
EHCI: add NEC PCI ID
[karo-tx-uboot.git] / drivers / usb / host / ehci-pci.c
index 441b1a271439580d3b6e7388817e7a2ac7a9418f..047902a0c1c62fed41a3ba1827b95248cf865eee 100644 (file)
@@ -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