From 7e907868b3a6a43a6d6ac7f993dd7c086cb6bb97 Mon Sep 17 00:00:00 2001 From: Alexander Motin Date: Sun, 2 Apr 2017 11:32:05 +0000 Subject: [PATCH] Add IDs for Intel Cougar Point USB 2.0 controller. MFC after: 1 week --- sys/dev/usb/controller/ehci_pci.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/dev/usb/controller/ehci_pci.c b/sys/dev/usb/controller/ehci_pci.c index c69d28c45fde..49f00c732ffc 100644 --- a/sys/dev/usb/controller/ehci_pci.c +++ b/sys/dev/usb/controller/ehci_pci.c @@ -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: