From 18385c7e8329f8fc466a5e89519d9040fabe198a Mon Sep 17 00:00:00 2001 From: adrian Date: Wed, 26 Nov 2014 20:34:05 +0000 Subject: [PATCH] Add PCI ID for Intel Lynx Point LP controller. PR: kern/195398 Submitted by: grembo Obtained from: DragonflyBSD MFC after: 1 week --- sys/dev/usb/controller/ehci_pci.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/dev/usb/controller/ehci_pci.c b/sys/dev/usb/controller/ehci_pci.c index 240af81e3f57..e71c2eb601d5 100644 --- a/sys/dev/usb/controller/ehci_pci.c +++ b/sys/dev/usb/controller/ehci_pci.c @@ -168,6 +168,8 @@ ehci_pci_match(device_t self) return ("Intel Wildcat Point USB 2.0 controller USB-A"); case 0x8cad8086: return ("Intel Wildcat Point USB 2.0 controller USB-B"); + case 0x9c268086: + return ("Intel Lynx Point LP USB 2.0 controller USB"); case 0x00e01033: return ("NEC uPD 720100 USB 2.0 controller");