Commit 9147ca849e750a96108b13ee4be79c5293aa8060

Authored by Wolfgang Denk

Merge with /home/wd/git/u-boot/custodian/u-boot-usb

Showing 1 changed file Side-by-side Diff

... ... @@ -93,6 +93,7 @@
93 93 #ifdef CONFIG_PCI_OHCI
94 94 static struct pci_device_id ohci_pci_ids[] = {
95 95 {0x10b9, 0x5237}, /* ULI1575 PCI OHCI module ids */
  96 + {0x1033, 0x0035}, /* NEC PCI OHCI module ids */
96 97 /* Please add supported PCI OHCI controller ids here */
97 98 {0, 0}
98 99 };