2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

new pcf8591 driver, patch from

Aurelien Jarno <aurelien.jarno@insa-lyon.fr>


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1243 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2001-11-19 20:29:27 +00:00
parent 7fde741042
commit c976538703
14 changed files with 862 additions and 7 deletions

View File

@@ -337,6 +337,8 @@ void do_a_print(sensors_chip_name name)
print_fscpos(&name);
else if (!strcmp(name.prefix,"fscscy"))
print_fscscy(&name);
else if (!strcmp(name.prefix,"pcf8591"))
print_pcf8591(&name);
else
print_unknown_chip(&name);
printf("\n");