Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Feb 2022 23:30:13 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: e85af89fa761 - main - Add more USB host controller PCI ID's.
Message-ID:  <202202072330.217NUD4D056693@gitrepo.freebsd.org>

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

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

commit e85af89fa7613a4bb506ca6ab8ecafbfbfde782d
Author:     Hans Petter Selasky <hselasky@FreeBSD.org>
AuthorDate: 2022-02-07 23:28:57 +0000
Commit:     Hans Petter Selasky <hselasky@FreeBSD.org>
CommitDate: 2022-02-07 23:29:24 +0000

    Add more USB host controller PCI ID's.
    
    Submitted by:   Gary Jennejohn <gljennjohn@gmail.com>
    MFC after:      1 week
    Sponsored by:   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 a1a7f86d97db..bb9baee6800d 100644
--- a/sys/dev/usb/controller/xhci_pci.c
+++ b/sys/dev/usb/controller/xhci_pci.c
@@ -129,6 +129,8 @@ xhci_pci_match(device_t self)
 		return ("ASMedia ASM1042 USB 3.0 controller");
 	case 0x11421b21:
 		return ("ASMedia ASM1042A USB 3.0 controller");
+	case 0x13431b21:
+		return ("ASMedia ASM1143 USB 3.1 controller");
 	case 0x32421b21:
 		return ("ASMedia ASM3242 USB 3.2 controller");
 



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