From: Michael Brown Date: Fri, 13 May 2016 12:22:06 +0000 (+0100) Subject: [undi] Work around broken HP EliteBook 745 G3 PXE ROM X-Git-Tag: v1.20.1~444 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=276d7c31c5c4fbfe77a09c74f89ec9e06d5fb703;p=thirdparty%2Fipxe.git [undi] Work around broken HP EliteBook 745 G3 PXE ROM Reported-by: Arturino Mazzei Tested-by: Arturino Mazzei Signed-off-by: Michael Brown --- diff --git a/src/arch/x86/drivers/net/undinet.c b/src/arch/x86/drivers/net/undinet.c index e273ae0a2..091ef9254 100644 --- a/src/arch/x86/drivers/net/undinet.c +++ b/src/arch/x86/drivers/net/undinet.c @@ -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 }, }; /**