aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2021-01-07 14:27:24 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2021-01-07 14:35:35 +0000
commitc834f30a0c16d1ea79f3e1695b486aa81a8ede38 (patch)
tree89d786bdcc4889d8f86021f35dd9755bac64b766 /sys/dev/usb
parent0199cbf641db5f28d258153014fa8a657ae98ea6 (diff)
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/controller/xhci_pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/controller/xhci_pci.c b/sys/dev/usb/controller/xhci_pci.c
index 869f6a0aae2b..615d16ee3740 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: