Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Nov 2014 02:38:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 195398] New: [usb] add missing pci ID for Intel Lynx Point USB controller
Message-ID:  <bug-195398-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: adrian@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195398-8>