[lm-sensors] [PATCH] Add f75375s driver
Christian Emmerich
christian_emmerich at yahoo.de
Thu Jul 5 17:54:21 CEST 2007
Hi,
> Just to clarify, this the updated and resent patch as requested in the
> "kernel TODO" post.
> It is against latest 2.6.22-rc6 + Linuses git up till 29.6. I'd really
> appreciate if you would
> manage to review it before 2.6.23 window...
I tested the new version of the driver. Maybe i found one small bug. Should it be in function 'show_in_min':
"return sprintf(buf, "%d\n", VOLT_FROM_REG(data->in_min[nr]));"
instead of
"return sprintf(buf, "%d\n", VOLT_FROM_REG(data->in_max[nr]));"? After changing it, i can set a min value in sensors.conf using sensors -s.
Another problem is still the value of tempX_max_hyst, the value is always zero. If i read sysfs direct i get following output:
root at pc:/sys/devices/pci0000:00/0000:00:01.1/i2c-2/2-002d# cat temp1_max_hyst
0
root at pc:/sys/devices/pci0000:00/0000:00:01.1/i2c-2/2-002d# cat temp2_max_hyst
0
I'm using kernel version 2.6.17-10, is that a problem? I use the driver for the f75373 chip.
best regards
christian.
---------------------------------
Die besten Tipps und Tricks fürs Grillen. BE A BETTER GRILLMEISTER!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20070705/012f7767/attachment.html
More information about the lm-sensors
mailing list