Changeset 2434
- Timestamp:
- 04/10/04 19:25:55 (9 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/thmc50.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/thmc50.c
r2070 r2434 33 33 /* Addresses to scan */ 34 34 static unsigned short normal_i2c[] = { SENSORS_I2C_END }; 35 static unsigned short normal_i2c_range[] = { 0x2D, 0x2 F, SENSORS_I2C_END };35 static unsigned short normal_i2c_range[] = { 0x2D, 0x2E, SENSORS_I2C_END }; 36 36 static unsigned int normal_isa[] = { SENSORS_ISA_END }; 37 37 static unsigned int normal_isa_range[] = { SENSORS_ISA_END };
