From c834f30a0c16d1ea79f3e1695b486aa81a8ede38 Mon Sep 17 00:00:00 2001 From: Hans Petter Selasky Date: Thu, 7 Jan 2021 15:27:24 +0100 Subject: [PATCH] Add new PCI ID for XHCI(4). Submitted by: Dmitry Luhtionov MFC after: 1 week Sponsored by: Mellanox Technologies // NVIDIA Networking --- sys/dev/usb/controller/xhci_pci.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/dev/usb/controller/xhci_pci.c b/sys/dev/usb/controller/xhci_pci.c index 869f6a0aae2..615d16ee374 100644 --- a/sys/dev/usb/controller/xhci_pci.c +++ b/sys/dev/usb/controller/xhci_pci.c @@ -130,6 +130,8 @@ xhci_pci_match(device_t self) return ("Intel Panther Point USB 3.0 controller"); case 0x22b58086: return ("Intel Braswell USB 3.0 controller"); + case 0x31a88086: + return ("Intel Gemini Lake USB 3.0 controller"); case 0x5aa88086: return ("Intel Apollo Lake USB 3.0 controller"); case 0x8c318086: