svn commit: r345633 - head/sys/dev/usb/controller
Hans Petter Selasky
hselasky at FreeBSD.org
Tue Sep 3 14:05:58 UTC 2019
Author: hselasky
Date: Thu Mar 28 09:00:56 2019
New Revision: 345633
URL: https://svnweb.freebsd.org/changeset/base/345633
Log:
Add new USB PCI ID.
Submitted by: Dmitry Luhtionov <dmitryluhtionov at gmail.com>
MFC after: 1 week
Sponsored by: Mellanox Technologies
Modified:
head/sys/dev/usb/controller/xhci_pci.c
Modified: head/sys/dev/usb/controller/xhci_pci.c
==============================================================================
--- head/sys/dev/usb/controller/xhci_pci.c Thu Mar 28 08:59:11 2019 (r345632)
+++ head/sys/dev/usb/controller/xhci_pci.c Thu Mar 28 09:00:56 2019 (r345633)
@@ -149,6 +149,8 @@ xhci_pci_match(device_t self)
return ("Intel Lewisburg USB 3.0 controller");
case 0xa2af8086:
return ("Intel Union Point USB 3.0 controller");
+ case 0x36d88086:
+ return ("Intel Cannon Lake USB 3.1 controller");
case 0xa01b177d:
return ("Cavium ThunderX USB 3.0 controller");
More information about the svn-src-all
mailing list