Changeset 980
- Timestamp:
- 01/10/01 03:01:46 (8 years ago)
- Files:
-
- lm-sensors/trunk/kernel/chips/lm87.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/kernel/chips/lm87.c
r979 r980 84 84 /* Addresses to scan */ 85 85 static unsigned short normal_i2c[] = { SENSORS_I2C_END }; 86 static unsigned short normal_i2c_range[] = { 0x2c, 0x2 f, SENSORS_I2C_END };86 static unsigned short normal_i2c_range[] = { 0x2c, 0x2e, SENSORS_I2C_END }; 87 87 static unsigned int normal_isa[] = { SENSORS_ISA_END }; 88 88 static unsigned int normal_isa_range[] = { SENSORS_ISA_END };
