Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2023 04:05:01 GMT
From:      Zhenlei Huang <zlei@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 082895ebecb5 - main - xhci(4): Describe Fresco Logic FL1009 USB 3.0 controller
Message-ID:  <202303200405.32K451de038764@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by zlei:

URL: https://cgit.FreeBSD.org/src/commit/?id=082895ebecb55f342dec918c555309c11e3fe17f

commit 082895ebecb55f342dec918c555309c11e3fe17f
Author:     Zhenlei Huang <zlei@FreeBSD.org>
AuthorDate: 2023-03-20 04:00:59 +0000
Commit:     Zhenlei Huang <zlei@FreeBSD.org>
CommitDate: 2023-03-20 04:04:14 +0000

    xhci(4): Describe Fresco Logic FL1009 USB 3.0 controller
    
    Reviewed by:    hselasky
    MFC after:      1 week
    Differential Revision:  https://reviews.freebsd.org/D38922
---
 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 5da68a156724..2fdc013e01c2 100644
--- a/sys/dev/usb/controller/xhci_pci.c
+++ b/sys/dev/usb/controller/xhci_pci.c
@@ -126,6 +126,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");
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303200405.32K451de038764>