Skip to content

Commit

Permalink
[undi] Work around broken HP EliteBook 745 G3 PXE ROM
Browse files Browse the repository at this point in the history
Reported-by: Arturino Mazzei <mazzeia@hotmail.com>
Tested-by: Arturino Mazzei <mazzeia@hotmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed May 13, 2016
1 parent 858f56e commit 276d7c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/arch/x86/drivers/net/undinet.c
Expand Up @@ -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 },
};

/**
Expand Down

0 comments on commit 276d7c3

Please sign in to comment.