Changeset 3064
- Timestamp:
- 09/06/05 05:33:43 (8 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/lib/proc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/lib/proc.c
r3058 r3064 92 92 /* We don't care about subclients */ 93 93 if (len >= 10 && !strcmp(x + len - 10, " subclient")) 94 return 0; 95 96 /* also, ignore eeproms for all 2.6.x kernels */ 97 if (!strcmp(x, "eeprom")) 94 98 return 0; 95 99
