summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2016-11-16 18:38:40 +0000
committermav <mav@FreeBSD.org>2016-11-16 18:38:40 +0000
commit0a541f3e198a319d898981bb0296a6b11c1e5cdc (patch)
tree617ed1bf250b35cbd0a2f763e8991af68fdbb942 /sys/dev/usb
parentf1234f001c46d5ace7524131e0f916f3092c9cb8 (diff)
downloadFreeBSD-src-0a541f3e198a319d898981bb0296a6b11c1e5cdc.zip
FreeBSD-src-0a541f3e198a319d898981bb0296a6b11c1e5cdc.tar.gz
MFC r308464, r308471: Add some device IDs found in my new laptop.
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/controller/xhci_pci.c2
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 35d1ea4..cb0f3da 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");
OpenPOWER on IntegriCloud