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

看板DFBSD_commit作者時間16年前 (2010/02/18 16:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1BVFF2Yw (DFBSD_commit)