DragonFly BSD
DragonFly commits List (threaded) for 2010-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: acpi_thinkpad(4): make acpi_thinkpad sensors actually work


From: "Constantine A. Murenin" <cnst@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 17 Feb 2010 23:51:17 -0800 (PST)

commit 20b3fbb5f22fcbc17e90863f7363a7918c04cbd2
Author: Constantine A. Murenin <cnst+dfly@bugmail.mojo.ru>
Date:   Thu Feb 18 02:13:00 2010 -0500

    acpi_thinkpad(4): make acpi_thinkpad sensors actually work
    
    * After this patch on my ThinkPad R51:
      %sysctl hw.sensors.acpi_ibm0
      hw.sensors.acpi_ibm0.temp0: 69.00 degC
      hw.sensors.acpi_ibm0.temp1: 52.00 degC
      hw.sensors.acpi_ibm0.temp2: 41.00 degC
      hw.sensors.acpi_ibm0.temp3: 59.00 degC
      hw.sensors.acpi_ibm0.temp4: 36.00 degC
      hw.sensors.acpi_ibm0.temp5: invalid
      hw.sensors.acpi_ibm0.temp6: 26.00 degC
      hw.sensors.acpi_ibm0.temp7: invalid
      hw.sensors.acpi_ibm0.fan0: 3469 RPM
    
    * Before this patch:
      o The temperature values were absolutely random, since
        the /data/ variable was never initialised from temp[i].
      o The braces were missing from the fan error path of
        an if statement.
      o Whitespaces were used instead of tabs.

Summary of changes:
 sys/dev/acpica5/acpi_thinkpad/acpi_thinkpad.c |   45 +++++++++++-------------
 1 files changed, 21 insertions(+), 24 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/20b3fbb5f22fcbc17e90863f7363a7918c04cbd2


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]