Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Mar 2019 09:00:56 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r345633 - head/sys/dev/usb/controller
Message-ID:  <201903280900.x2S90u6N008642@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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");



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