svn commit: r316412 - head/sys/dev/usb/controller

Alexander Motin mav at FreeBSD.org
Sun Apr 2 11:32:06 UTC 2017


Author: mav
Date: Sun Apr  2 11:32:05 2017
New Revision: 316412
URL: https://svnweb.freebsd.org/changeset/base/316412

Log:
  Add IDs for Intel Cougar Point USB 2.0 controller.
  
  MFC after:	1 week

Modified:
  head/sys/dev/usb/controller/ehci_pci.c

Modified: head/sys/dev/usb/controller/ehci_pci.c
==============================================================================
--- head/sys/dev/usb/controller/ehci_pci.c	Sun Apr  2 11:00:47 2017	(r316411)
+++ head/sys/dev/usb/controller/ehci_pci.c	Sun Apr  2 11:32:05 2017	(r316412)
@@ -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-head mailing list