mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-30 05:48:07 +00:00
Fix to let prog/sensors call the Winbond pretty-print routine, for
Winbond chips. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@127 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
parent
36acfea7c0
commit
2e8b49295a
@ -187,6 +187,8 @@ int main (int argc, char *argv[])
|
||||
else if (!strcmp(chip->prefix,"gl518sm-r00") ||
|
||||
!strcmp(chip->prefix,"gl518sm-r80"))
|
||||
print_gl518(chip);
|
||||
else if (!strcmp(chip->prefix,"w83781d"))
|
||||
print_w83781d(chip);
|
||||
else
|
||||
print_unknown_chip(chip);
|
||||
printf("\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user