Changeset 4615
- Timestamp:
- 07/14/07 21:18:37 (1 year ago)
- Files:
-
- lm-sensors/trunk/prog/sensors/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/prog/sensors/main.c
r4563 r4615 442 442 return; 443 443 444 /* Explicitly reject eeprom and ddcmon, we no longer support them 445 but libsensors may */ 446 if (!strcmp(name.prefix, "eeprom") || !strcmp(name.prefix, "ddcmon")) 447 return; 448 444 449 printf("%s\n",sprintf_chip_name(name)); 445 450 if (!hide_adapter) {
