Changeset 111 for lm-sensors/trunk/prog/sensors/main.c
- Timestamp:
- 12/24/98 21:29:29 (14 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/sensors/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/sensors/main.c
r110 r111 185 185 !strcmp(chip->prefix,"lm79")) 186 186 print_lm78(chip); 187 else if (!strcmp(chip->prefix,"gl518sm-r00") || 188 !strcmp(chip->prefix,"gl518sm-r80")) 189 print_gl518(chip); 187 190 else 188 191 print_unknown_chip(chip);
