Changeset 12 for lm-sensors/trunk/doc/design
- Timestamp:
- 11/23/98 23:34:34 (13 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/doc/design (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/doc/design
r8 r12 7 7 1.1, 19981111. 8 8 1.2, 19981118. 9 10 --> Never, ever change the driver struct with this technique! 9 11 10 12 … … 169 171 -------- 170 172 171 struct sensor_driver {173 struct i2c_driver { 172 174 char name[32]; 173 175 int id;
