Changeset 2281 for lm-sensors/trunk/lib/chips.c
- Timestamp:
- 02/10/04 18:59:27 (9 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/lib/chips.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/lib/chips.c
r2280 r2281 1491 1491 }; 1492 1492 1493 /* w83l785ts has temporary 2.6 mappings, to be removed as pending kernel patch is applied */1494 1493 static sensors_chip_feature w83l785ts_features[] = 1495 1494 { 1496 1495 { SENSORS_W83L785TS_TEMP, "temp", NOMAP, NOMAP, 1497 R, W83L785TS_SYSCTL_TEMP, VALUE(2), 0 , "temp_input", 3},1496 R, W83L785TS_SYSCTL_TEMP, VALUE(2), 0 }, 1498 1497 { SENSORS_W83L785TS_TEMP_OVER, "temp_over", SENSORS_W83L785TS_TEMP, 1499 1498 SENSORS_W83L785TS_TEMP, R, 1500 W83L785TS_SYSCTL_TEMP, VALUE(1), 0 , "temp_max", 3},1499 W83L785TS_SYSCTL_TEMP, VALUE(1), 0 }, 1501 1500 { 0 } 1502 1501 };
