aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhenlei Huang <zlei@FreeBSD.org>2023-03-20 04:00:59 +0000
committerZhenlei Huang <zlei@FreeBSD.org>2023-04-10 05:06:21 +0000
commit78e05da5c27374dee96239f0178dcc411f67c3bb (patch)
tree0df1d8f7174feaac0d756487e024e9f030f9e6bd
parentb7768c8f2597883c8c510e2028992f212010241d (diff)
downloadsrc-78e05da5c27374dee96239f0178dcc411f67c3bb.tar.gz
src-78e05da5c27374dee96239f0178dcc411f67c3bb.zip
xhci(4): Describe Fresco Logic FL1009 USB 3.0 controller
Reviewed by: hselasky MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D38922 (cherry picked from commit 082895ebecb55f342dec918c555309c11e3fe17f) (cherry picked from commit 298d6896b0aca5a4a67c4147b94113ab0a39c9e3)
-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 754b722c8928..84713d66c328 100644
--- a/sys/dev/usb/controller/xhci_pci.c
+++ b/sys/dev/usb/controller/xhci_pci.c
@@ -117,6 +117,8 @@ xhci_pci_match(device_t self)
case 0x10001b73:
return ("Fresco Logic FL1000G USB 3.0 controller");
+ case 0x10091b73:
+ return ("Fresco Logic FL1009 USB 3.0 controller");
case 0x11001b73:
return ("Fresco Logic FL1100 USB 3.0 controller");