Changeset 2266 for lm-sensors/trunk/lib/chips.c
- Timestamp:
- 02/04/04 19:55:43 (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
r2262 r2266 1491 1491 }; 1492 1492 1493 /* w83l785ts has temporary 2.6 mappings, to be removed as pending kernel patch is applied */ 1493 1494 static sensors_chip_feature w83l785ts_features[] = 1494 1495 { 1495 1496 { SENSORS_W83L785TS_TEMP, "temp", NOMAP, NOMAP, 1496 R, W83L785TS_SYSCTL_TEMP, VALUE(2), 0 },1497 R, W83L785TS_SYSCTL_TEMP, VALUE(2), 0, "temp_input", 3 }, 1497 1498 { SENSORS_W83L785TS_TEMP_OVER, "temp_over", SENSORS_W83L785TS_TEMP, 1498 1499 SENSORS_W83L785TS_TEMP, R, 1499 W83L785TS_SYSCTL_TEMP, VALUE(1), 0 },1500 W83L785TS_SYSCTL_TEMP, VALUE(1), 0, "temp_max", 3 }, 1500 1501 { 0 } 1501 1502 };
