소스 검색

[undi] Work around broken HP EliteBook 745 G3 PXE ROM

Reported-by: Arturino Mazzei <mazzeia@hotmail.com>
Tested-by: Arturino Mazzei <mazzeia@hotmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 8 년 전
부모
커밋
276d7c31c5
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      src/arch/x86/drivers/net/undinet.c

+ 2
- 0
src/arch/x86/drivers/net/undinet.c 파일 보기

@@ -591,6 +591,8 @@ static const struct undinet_irq_broken undinet_irq_broken_list[] = {
591 591
 	/* HP XX70x laptops */
592 592
 	{ .pci_vendor = 0x8086, .pci_device = 0x1502 },
593 593
 	{ .pci_vendor = 0x8086, .pci_device = 0x1503 },
594
+	/* HP 745 G3 laptop */
595
+	{ .pci_vendor = 0x14e4, .pci_device = 0x1687 },
594 596
 };
595 597
 
596 598
 /**

Loading…
취소
저장