On Wed May 30, 2012 at 03:59:31PM +0200, Benny Lofgren wrote:
> On 2012-05-30 05.19, STeve Andre' wrote:
> > May 29 19:15:36 paladin /bsd: acpithinkpad0: unknown event 0x6022
> > May 29 19:15:36 paladin /bsd: acpitz1: critical temperature exceeded
> > 100C (3732K), shutting down
>   ^^^^^^^^^^^^
> 
> It's probably no help to you, but 100B0 C is not 3732 K. It is however
> 373.15 K, which if you round it up interestingly enough is 373.2 K, i e
> the same number, one magnitude off.
> 

You're right. 3732K --> 3458.85C but I code we see:

#define KTOC(k)                 ((k - 2732) / 10)

Reply via email to