2008/10/22 Hans de Goede <j.w.r.degoede at hhs.nl>: > Jean Delvare wrote: >> Add support for current sensors. >> --- >> The code for function print_chip_curr() is duplicated directly from >> print_chip_in() with IN subfeature names replaced by their CURR >> counterparts and V changed to A. >> >> Applies on top of the previous patch. I'd appreciate review and testing >> of this patch. Vincent, this should show you the current values you >> were missing so far. >> >> doc/libsensors-API.txt | 9 ++++++ >> lib/sensors.h | 9 ++++++ >> lib/sysfs.c | 16 ++++++++++- >> prog/sensors/chips.c | 69 ++++++++++++++++++++++++++++++++++++++++++++++++ >> 4 files changed, 102 insertions(+), 1 deletion(-) >> > > I've reviewed this and it looks good. > > Regards, > > Hans > Hi, I compiled and installed successfuly path 1/2 and patch 2/2 on my system (2.6.27.2). Seems to be working fine. Don't see the difference with the previous version. JM