https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195398
Bug ID: 195398
Summary: [usb] add missing pci ID for Intel Lynx Point USB
controller
Product: Base System
Version: 11.0-CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
Index: sys/dev/usb/controller/ehci_pci.c
===================================================================
--- sys/dev/usb/controller/ehci_pci.c (revision 274960)
+++ sys/dev/usb/controller/ehci_pci.c (working copy)
@@ -164,6 +164,8 @@
return ("Intel Lynx Point USB 2.0 controller USB-A");
case 0x8c2d8086:
return ("Intel Lynx 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");
This is the EHCI controller found in the Acer Chromebook C720.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"