diff options
author | mav <mav@FreeBSD.org> | 2016-11-16 18:39:26 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2016-11-16 18:39:26 +0000 |
commit | 860227af36e12e9e0cf655af97b2a960f98361b1 (patch) | |
tree | 3d979068a513adb981aa7c4a065c0f5f5b638edf /sys/dev/usb/controller/xhci_pci.c | |
parent | 83b19367b2f0a1ccdf6525e2dacb9adc6de750a7 (diff) | |
download | FreeBSD-src-860227af36e12e9e0cf655af97b2a960f98361b1.zip FreeBSD-src-860227af36e12e9e0cf655af97b2a960f98361b1.tar.gz |
MFC r308464, r308471: Add some device IDs found in my new laptop.
Diffstat (limited to 'sys/dev/usb/controller/xhci_pci.c')
-rw-r--r-- | sys/dev/usb/controller/xhci_pci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/controller/xhci_pci.c b/sys/dev/usb/controller/xhci_pci.c index 4be4eac..967ba86 100644 --- a/sys/dev/usb/controller/xhci_pci.c +++ b/sys/dev/usb/controller/xhci_pci.c @@ -122,6 +122,8 @@ xhci_pci_match(device_t self) return ("Intel Wellsburg USB 3.0 controller"); case 0x9cb18086: return ("Broadwell Integrated PCH-LP chipset USB 3.0 controller"); + case 0x9d2f8086: + return ("Intel Sunrise Point-LP USB 3.0 controller"); case 0xa12f8086: return ("Intel Sunrise Point USB 3.0 controller"); |