Changeset 958 for lm-sensors/trunk/kernel/chips/lm87.c
- Timestamp:
- 12/16/00 20:28:09 (12 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/lm87.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/lm87.c
r957 r958 49 49 /* Addresses to scan */ 50 50 static unsigned short normal_i2c[] = { SENSORS_I2C_END }; 51 static unsigned short normal_i2c_range[] = { 0x2c, 0x2 f, SENSORS_I2C_END };51 static unsigned short normal_i2c_range[] = { 0x2c, 0x2e, SENSORS_I2C_END }; 52 52 static unsigned int normal_isa[] = { SENSORS_ISA_END }; 53 53 static unsigned int normal_isa_range[] = { SENSORS_ISA_END }; … … 754 754 DIV_FROM_REG 755 755 (data->fan_div[nr-1])); 756 lm87_write_value(client, LM87_REG_FAN2_AIN2_LIMIT, 756 lm87_write_value(client, (nr == 2) ? 757 LM87_REG_FAN2_AIN2_LIMIT : LM87_REG_FAN1_AIN1_LIMIT, 757 758 data->fan_min[nr-1]); 758 759 }
