https://bugzilla.kernel.org/show_bug.cgi?id=74981

--- Comment #14 from David Lanzendörfer <[email protected]> ---
pnp 00:17: Plug and Play ACPI device, IDs INT33b6 (active)
pnp 00:18: Plug and Play ACPI device, IDs INT33b9 (active)
<->
dsdt:
...
       Device (SPH0)
        {
            Name (_ADR, Zero)  // _ADR: Address
            Name (_HID, "INT33B9")  // _HID: Hardware ID
            Name (_CID, "ACPI\\PNP0D20")  // _CID: Compatible ID
            Name (_UID, 0x03)  // _UID: Unique ID
            Name (_HRV, 0x02)  // _HRV: Hardware Revision
            Name (_DEP, Package (0x01)  // _DEP: Dependencies
...
            Device (RHUB)
            {
                Name (_ADR, Zero)  // _ADR: Address
                Device (PRT1)
                {
                    Name (_ADR, One)  // _ADR: Address
                    Name (_UPC, Package (0x04)  // _UPC: USB Port Capabilities
                    {
                        Zero, 
                        0xFF, 
                        Zero, 
                        Zero
                    })
                }
            }
...
        }

But there is no USB host added...
Kernel bug? Wrong configuration?
And after all... entering virtual mode doesn't work either...

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
acpi-bugzilla mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to