Changeset 2434

Show
Ignore:
Timestamp:
04/10/04 19:25:55 (9 years ago)
Author:
khali
Message:

Fix i2c address range.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/kernel/chips/thmc50.c

    r2070 r2434  
    3333/* Addresses to scan */ 
    3434static unsigned short normal_i2c[] = { SENSORS_I2C_END }; 
    35 static unsigned short normal_i2c_range[] = { 0x2D, 0x2F, SENSORS_I2C_END }; 
     35static unsigned short normal_i2c_range[] = { 0x2D, 0x2E, SENSORS_I2C_END }; 
    3636static unsigned int normal_isa[] = { SENSORS_ISA_END }; 
    3737static unsigned int normal_isa_range[] = { SENSORS_ISA_END };