mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-01 14:55:27 +00:00
(Kyösti)
* removed separation of GL518SM to revision 0x00 and 0x80 git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@502 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -261,8 +261,7 @@ void do_a_print(sensors_chip_name name)
|
||||
print_sis5595(&name);
|
||||
else if (!strcmp(name.prefix,"lm80"))
|
||||
print_lm80(&name);
|
||||
else if (!strcmp(name.prefix,"gl518sm-r00") ||
|
||||
!strcmp(name.prefix,"gl518sm-r80"))
|
||||
else if (!strcmp(name.prefix,"gl518sm"))
|
||||
print_gl518(&name);
|
||||
else if ((!strcmp(name.prefix,"w83781d")) ||
|
||||
(!strcmp(name.prefix,"w83782d")) ||
|
||||
|
Reference in New Issue
Block a user