aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Jones <thj@FreeBSD.org>2025-12-05 10:04:58 +0000
committerTom Jones <thj@FreeBSD.org>2025-12-05 10:16:59 +0000
commitf327659e045019ac36f32c952c9df723927c3da9 (patch)
treecf2d87bd3b64f8a07fa82a99ac25182b778655d0
parentc3ea7bfc72b712809228bb17b4c58b295b91920c (diff)
xhci: Add some Alder lake device ids
Reviewed By: aokblast Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D52994
-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 820fb2f738a1..e5424163baa6 100644
--- a/sys/dev/usb/controller/xhci_pci.c
+++ b/sys/dev/usb/controller/xhci_pci.c
@@ -181,6 +181,8 @@ xhci_pci_match(device_t self)
case 0x4b7d8086:
return ("Intel Elkhart Lake USB 3.1 controller");
case 0x51ed8086:
+ case 0x54ed8086:
+ case 0x5fed8086:
return ("Intel Alder Lake USB 3.2 controller");
case 0x5aa88086:
return ("Intel Apollo Lake USB 3.0 controller");