2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 22:35:23 +00:00

(Kyösti)

- SiS 5595 patches, thanks to Olaf Titz


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@632 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Kyosti Malkki
1999-11-18 23:42:12 +00:00
parent ca3bb1f55a
commit d4fe780d20
2 changed files with 1 additions and 2 deletions

View File

@@ -258,7 +258,7 @@ void do_a_print(sensors_chip_name name)
!strcmp(name.prefix,"lm81"))
print_adm9240(&name);
else if (!strcmp(name.prefix,"lm78") || !strcmp(name.prefix,"lm78-j") ||
!strcmp(name.prefix,"lm79") || !strcmp(name.prefix,"sis5595"))
!strcmp(name.prefix,"lm79"))
print_lm78(&name);
else if (!strcmp(name.prefix,"sis5595"))
print_sis5595(&name);