svn commit: r316651 - stable/10/sys/dev/usb/controller

Alexander Motin mav at FreeBSD.org
Sun Apr 9 06:44:32 UTC 2017


Author: mav
Date: Sun Apr  9 06:44:31 2017
New Revision: 316651
URL: https://svnweb.freebsd.org/changeset/base/316651

Log:
  MFC r316412: Add IDs for Intel Cougar Point USB 2.0 controller.

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

Modified: stable/10/sys/dev/usb/controller/ehci_pci.c
==============================================================================
--- stable/10/sys/dev/usb/controller/ehci_pci.c	Sun Apr  9 06:44:01 2017	(r316650)
+++ stable/10/sys/dev/usb/controller/ehci_pci.c	Sun Apr  9 06:44:31 2017	(r316651)
@@ -124,6 +124,10 @@ ehci_pci_match(device_t self)
 
 	case 0x0f348086:
 		return ("Intel BayTrail USB 2.0 controller");
+	case 0x1c268086:
+		return ("Intel Cougar Point USB 2.0 controller");
+	case 0x1c2d8086:
+		return ("Intel Cougar Point USB 2.0 controller");
 	case 0x1d268086:
 		return ("Intel Patsburg USB 2.0 controller");
 	case 0x1d2d8086:


More information about the svn-src-all mailing list