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

add sensors/libsensors support for vt8231

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1502 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2002-08-23 21:32:08 +00:00
parent 70055e4121
commit a367d2645c
8 changed files with 430 additions and 6 deletions

View File

@@ -353,6 +353,8 @@ void do_a_print(sensors_chip_name name)
print_smsc47m1(&name);
else if (!strcmp(name.prefix,"lm92"))
print_lm92(&name);
else if (!strcmp(name.prefix,"vt8231"))
print_vt8231(&name);
else
print_unknown_chip(&name);
printf("\n");