https://bugzilla.novell.com/show_bug.cgi?id=350017

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=350017#c12





--- Comment #12 from Thomas Renninger <[EMAIL PROTECTED]>  2008-01-14 18:20:17 
MST ---
The problem is to detect at the end of:
acpi_evaluate_reference(tz->device->handle, "_PSL", NULL,
                       &tz->trips.passive.devices);
in drivers/acpi/utils.c

That the package (return value) which is referenced:
            Name (_PSL, Package (0x01)
            {
                \_PR.CPU0
            })
In this case: \_PR.CPU0
is not a device. It's not even a function, it is nothing, it simply has been
forgotten to be exchanged in the BIOS update to:
            Name (_PSL, Package (0x01)
            {
                \_PR.C001
            })


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to