Changeset 4658
- Timestamp:
- 08/12/07 18:55:35 (6 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
r4653 r4658 7 7 Fix thmc50 support for Linux 2.6 8 8 Module i2c-piix4: Add ATI SB700 support (2.6 backport) 9 Module lm93: Fix an array overrun (2.6 backport) 9 10 Program sensors-detect: Don't probe i2c-isa as a regular i2c bus 10 11 -
lm-sensors/trunk/kernel/chips/lm93.c
r4401 r4658 304 304 305 305 /* block6 has a lot of data we don't need */ 306 struct { u8 min; u8 max; } temp_lim[ 3];306 struct { u8 min; u8 max; } temp_lim[4]; 307 307 308 308 /* vin1 - vin16: low and high limits */
