Changeset 2924
- Timestamp:
- 03/10/05 04:45:34 (8 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
kernel/chips/lm93.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r2902 r2924 36 36 Support VID on the IT8712F 37 37 Module lm90: Fix MAX6657, MAX6658 and MAX6659 detection 38 Module lm93: Fix IN10 (+5V) scaling 38 39 Module mic74: New 39 40 Module w83781d: Revert AS99127F temp2 and temp3 computation change -
lm-sensors/trunk/kernel/chips/lm93.c
r2837 r2924 690 690 static const unsigned long lm93_vin_val_max[16] = { 691 691 1236, 1236, 1236, 1600, 2000, 2000, 1600, 1600, 692 4400, 6 667, 3333, 2625, 1312, 1312, 1236, 3600,692 4400, 6500, 3333, 2625, 1312, 1312, 1236, 3600, 693 693 }; 694 694 /*
