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

add smsc47m1 to library and 'sensors'

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1428 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2002-07-07 16:41:23 +00:00
parent 248547cefb
commit 887ace586d
6 changed files with 84 additions and 0 deletions

View File

@@ -349,6 +349,8 @@ void do_a_print(sensors_chip_name name)
print_pcf8591(&name);
else if (!strcmp(name.prefix,"vt1211"))
print_vt1211(&name);
else if (!strcmp(name.prefix,"smsc47m1"))
print_smsc47m1(&name);
else
print_unknown_chip(&name);
printf("\n");