[Bug 195398] New: [usb] add missing pci ID for Intel Lynx Point USB controller
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Nov 26 02:38:04 UTC 2014
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: freebsd-bugs at FreeBSD.org
Reporter: adrian at freebsd.org
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.
More information about the freebsd-bugs
mailing list