]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[undi] Work around broken HP EliteBook 745 G3 PXE ROM
authorMichael Brown <mcb30@ipxe.org>
Fri, 13 May 2016 12:22:06 +0000 (13:22 +0100)
committerMichael Brown <mcb30@ipxe.org>
Fri, 13 May 2016 12:22:06 +0000 (13:22 +0100)
Reported-by: Arturino Mazzei <mazzeia@hotmail.com>
Tested-by: Arturino Mazzei <mazzeia@hotmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/x86/drivers/net/undinet.c

index e273ae0a28c945859ed39d991cd36db3be110b6e..091ef9254c47dab57aa7a5d57e41ed9ef237ddd8 100644 (file)
@@ -591,6 +591,8 @@ static const struct undinet_irq_broken undinet_irq_broken_list[] = {
        /* HP XX70x laptops */
        { .pci_vendor = 0x8086, .pci_device = 0x1502 },
        { .pci_vendor = 0x8086, .pci_device = 0x1503 },
+       /* HP 745 G3 laptop */
+       { .pci_vendor = 0x14e4, .pci_device = 0x1687 },
 };
 
 /**