svn commit: r316650 - stable/11/sys/dev/usb/controller
Alexander Motin
mav at FreeBSD.org
Sun Apr 9 06:44:02 UTC 2017
Author: mav
Date: Sun Apr 9 06:44:01 2017
New Revision: 316650
URL: https://svnweb.freebsd.org/changeset/base/316650
Log:
MFC r316412: Add IDs for Intel Cougar Point USB 2.0 controller.
Modified:
stable/11/sys/dev/usb/controller/ehci_pci.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/dev/usb/controller/ehci_pci.c
==============================================================================
--- stable/11/sys/dev/usb/controller/ehci_pci.c Sun Apr 9 03:50:48 2017 (r316649)
+++ stable/11/sys/dev/usb/controller/ehci_pci.c Sun Apr 9 06:44:01 2017 (r316650)
@@ -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-stable-11
mailing list