Changeset 4575
- Timestamp:
- 07/07/07 10:11:09 (1 year ago)
- Files:
-
- lm-sensors/trunk/prog/sensors/chips.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/prog/sensors/chips.c
r4574 r4575 1561 1561 int is1027, is7463, is6d100, xadc; 1562 1562 1563 is1027 = !strcmp(name->prefix,"adm1027")1564 || !strcmp(name->prefix,"adt7463") ;1565 1563 is7463 = !strcmp(name->prefix, "adt7463"); 1564 is1027 = is7463 || !strcmp(name->prefix, "adm1027"); 1566 1565 is6d100 = !strcmp(name->prefix,"emc6d100") ; 1567 1566 xadc = is1027 || !strcmp(name->prefix, "emc6d102");
