summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/i3100/i3100_uhci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/i3100/i3100_uhci.c')
-rw-r--r--src/southbridge/intel/i3100/i3100_uhci.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/southbridge/intel/i3100/i3100_uhci.c b/src/southbridge/intel/i3100/i3100_uhci.c
index 85a1c1b..e5c25a9 100644
--- a/src/southbridge/intel/i3100/i3100_uhci.c
+++ b/src/southbridge/intel/i3100/i3100_uhci.c
@@ -52,17 +52,17 @@ static struct device_operations uhci_ops = {
static struct pci_driver uhci_driver __pci_driver = {
.ops = &uhci_ops,
.vendor = PCI_VENDOR_ID_INTEL,
- .device = PCI_DEVICE_ID_INTEL_3100_USB,
+ .device = PCI_DEVICE_ID_INTEL_3100_UHCI,
};
static struct pci_driver usb2_driver __pci_driver = {
.ops = &uhci_ops,
.vendor = PCI_VENDOR_ID_INTEL,
- .device = PCI_DEVICE_ID_INTEL_3100_USB2,
+ .device = PCI_DEVICE_ID_INTEL_3100_UHCI2,
};
static struct pci_driver uhci_driver_ep80579 __pci_driver = {
.ops = &uhci_ops,
.vendor = PCI_VENDOR_ID_INTEL,
- .device = PCI_DEVICE_ID_INTEL_EP80579_USB,
+ .device = PCI_DEVICE_ID_INTEL_EP80579_UHCI,
};
OpenPOWER on IntegriCloud