]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/usb/host/ehci-pci.c
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
[people/ms/u-boot.git] / drivers / usb / host / ehci-pci.c
index 2b68f7bd19eafe03c23faf0cabfe9b0a612a2c79..4abe5e3b59a56946515ee1fff790d713d3973f3b 100644 (file)
@@ -29,6 +29,7 @@
 static struct pci_device_id ehci_pci_ids[] = {
        /* Please add supported PCI EHCI controller ids here */
        {0x1033, 0x00E0},       /* NEC */
+       {0x10B9, 0x5239},       /* ULI1575 PCI EHCI module ids */
        {0x12D8, 0x400F},       /* Pericom */
        {0, 0}
 };