From 349e08535a7666cabe52ebc331e3bce5468b786b Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Sun, 9 Apr 2017 20:48:37 +0200 Subject: sb/intel/i82801jx: Add correct PCI ids and change names Change-Id: Ic9226098dafa2465aa5fccc72c442de2b94e44c7 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/19249 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/southbridge/intel/i82801jx/usb_ehci.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/southbridge/intel/i82801jx/usb_ehci.c') diff --git a/src/southbridge/intel/i82801jx/usb_ehci.c b/src/southbridge/intel/i82801jx/usb_ehci.c index 7719f16c1d..d5a0d97734 100644 --- a/src/southbridge/intel/i82801jx/usb_ehci.c +++ b/src/southbridge/intel/i82801jx/usb_ehci.c @@ -18,7 +18,7 @@ #include #include #include -#include "i82801ix.h" +#include "i82801jx.h" #include static void usb_ehci_init(struct device *dev) @@ -55,8 +55,10 @@ static void usb_ehci_set_subsystem(device_t dev, unsigned vendor, unsigned devic } static const unsigned short pci_device_ids[] = { - 0x293a, - 0x293c, + 0x3a3a, + 0x3a6a, + 0x3a3c, + 0x3a6c, 0 }; -- cgit v1.2.3