diff options
author | mav <mav@FreeBSD.org> | 2017-04-09 06:44:01 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2017-04-09 06:44:01 +0000 |
commit | ab082095a0af0f040623bfc836e1c92b98537b4b (patch) | |
tree | 21feb6f5ad5c57a64e9d4dda1ed3ac3bb23dafa6 /sys/dev/usb/controller | |
parent | 649e7ba54470144c01ab6995ee6bd45d9a62bdde (diff) | |
download | FreeBSD-src-ab082095a0af0f040623bfc836e1c92b98537b4b.zip FreeBSD-src-ab082095a0af0f040623bfc836e1c92b98537b4b.tar.gz |
MFC r316412: Add IDs for Intel Cougar Point USB 2.0 controller.
Diffstat (limited to 'sys/dev/usb/controller')
-rw-r--r-- | sys/dev/usb/controller/ehci_pci.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/usb/controller/ehci_pci.c b/sys/dev/usb/controller/ehci_pci.c index c69d28c..49f00c7 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: |