Changeset 4757 for lm-sensors/branches/lm-sensors-3.0.0/lib/libsensors.3
- Timestamp:
- 09/05/07 10:13:15 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/lib/libsensors.3
r4733 r4757 116 116 int compute_mapping; 117 117 .br 118 int mode;118 unsigned int flags; 119 119 .br 120 120 } sensors_feature_data;\fP 121 121 .br 122 The modefield is a bitfield, its value is a combination of122 The flags field is a bitfield, its value is a combination of 123 123 SENSORS_MODE_R (readable) and SENSORS_MODE_W (writable). 124 124
