https://bugzilla.novell.com/show_bug.cgi?id=409064 User trenn@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=409064#c10 --- Comment #10 from Thomas Renninger <trenn@novell.com> 2008-07-15 15:24:38 MDT ---
and sure enough found that critical threshold is set to -273 whereas hot is set to 105 C This is strange. The hot trip point is returned in the same way..., ohhh you are right: for the _HOT method it is LEqual, means only for Vista, but not for Linux zero is returned.
Method (_HOT, 0, Serialized) { !!! If (LEqual (TPOS, 0x40)) { Return (Add (0x0AAC, Multiply (TPC, 0x0A))) } Else { Return (Zero) } } Method (_CRT, 0, Serialized) { !!! If (LLess (TPOS, 0x40)) { Return (Add (0x0AAC, Multiply (TPC, 0x0A))) } Else { Return (Zero) } } -- 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.