This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / southbridge / intel / i82801er / i82801er_uhci.c
index bf19bcbcf7aa005ec77589c6e47ad5435408cfa7..c0f42314a5333ff908d992eefdab4e4d6a4419a3 100644 (file)
@@ -39,7 +39,7 @@ static struct device_operations uhci_ops  = {
 static const struct pci_driver uhci_driver __pci_driver = {
        .ops    = &uhci_ops,
        .vendor = PCI_VENDOR_ID_INTEL,
-       .device = PCI_DEVICE_ID_INTEL_82801ER_USB,
+       .device = PCI_DEVICE_ID_INTEL_82801ER_USB1,
 };
 
 static const struct pci_driver usb2_driver __pci_driver = {