Changeset 5105
- Timestamp:
- 01/10/08 09:10:20 (11 months ago)
- Files:
-
- lm-sensors/trunk/CHANGES (modified) (1 diff)
- lm-sensors/trunk/lib/chips.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CHANGES
r5104 r5105 6 6 Fix sysfs presence detection 7 7 Don't choke on unrecognized devices (#2087) 8 Fix lm93 vid2 access (#2295) 8 9 Makefile: Revert changeset 4738, fix bug #2187 differently 9 10 Module adm1026: Various cleanups lm-sensors/trunk/lib/chips.c
r4952 r5105 1220 1220 { { SENSORS_LM93_VID1, "vid1", NOMAP, NOMAP, R }, 1221 1221 LM93_SYSCTL_VID1, VALUE(1), 3, "cpu0_vid", 3, "vid1" }, 1222 { { SENSORS_LM93_VID 1, "vid2", NOMAP, NOMAP, R },1222 { { SENSORS_LM93_VID2, "vid2", NOMAP, NOMAP, R }, 1223 1223 LM93_SYSCTL_VID2, VALUE(1), 3, "cpu1_vid", 3, "vid2" }, 1224 1224 { { SENSORS_LM93_ALARMS, "alarms", NOMAP, NOMAP, R },
