[coreboot-gerrit] Patch set updated for coreboot: 8682bdf lynxpoint: Fix PCI IDs for EHCI

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Fri Jun 14 15:49:29 CEST 2013


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3463

-gerrit

commit 8682bdffffb17fb4d33b165f55573fc16abb3e56
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Fri Jun 14 11:16:25 2013 +0300

    lynxpoint: Fix PCI IDs for EHCI
    
    IDs were leftovers from bd82x6x.
    
    Change-Id: I4ab6062929d346d7f000ce8c0b8c97490bb2b154
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 src/southbridge/intel/lynxpoint/usb_ehci.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/southbridge/intel/lynxpoint/usb_ehci.c b/src/southbridge/intel/lynxpoint/usb_ehci.c
index aec230c..b0297a2 100644
--- a/src/southbridge/intel/lynxpoint/usb_ehci.c
+++ b/src/southbridge/intel/lynxpoint/usb_ehci.c
@@ -102,8 +102,7 @@ static struct device_operations usb_ehci_ops = {
 	.ops_pci		= &lops_pci,
 };
 
-static const unsigned short pci_device_ids[] = { 0x1c26, 0x1c2d, 0x1e26, 0x1e2d,
-						 0 };
+static const unsigned short pci_device_ids[] = { 0x9c26, 0x8c26, 0x8c2d, 0 };
 
 static const struct pci_driver pch_usb_ehci __pci_driver = {
 	.ops	 = &usb_ehci_ops,



More information about the coreboot-gerrit mailing list