Correct PCI device ID for XHCI USB controller.

Submitted by:	Dmitry Luhtionov <dmitryluhtionov@gmail.com>
MFC after:	1 week
Sponsored by:	Mellanox Technologies
This commit is contained in:
hselasky 2019-08-07 13:35:13 +00:00
parent ce829d4df1
commit 74036e59e1

View File

@ -149,7 +149,7 @@ 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:
case 0xa36d8086:
return ("Intel Cannon Lake USB 3.1 controller");
case 0xa01b177d: