Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Sep 2019 14:06:18 -0000
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r345945 - stable/12/sys/dev/usb/controller
Message-ID:  <201904051138.x35BcYE5013985@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Fri Apr  5 11:38:34 2019
New Revision: 345945
URL: https://svnweb.freebsd.org/changeset/base/345945

Log:
  MFC r345633:
  Add new USB PCI ID.
  
  Submitted by:		Dmitry Luhtionov <dmitryluhtionov@gmail.com>
  Sponsored by:		Mellanox Technologies

Modified:
  stable/12/sys/dev/usb/controller/xhci_pci.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/dev/usb/controller/xhci_pci.c
==============================================================================
--- stable/12/sys/dev/usb/controller/xhci_pci.c	Fri Apr  5 11:37:17 2019	(r345944)
+++ stable/12/sys/dev/usb/controller/xhci_pci.c	Fri Apr  5 11:38:34 2019	(r345945)
@@ -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?201904051138.x35BcYE5013985>