Changeset 1037
- Timestamp:
- 03/20/01 00:56:55 (11 years ago)
- Location:
- lm-sensors/trunk/kernel/chips
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/ddcmon.c
r1015 r1037 40 40 41 41 /* Addresses to scan */ 42 static unsigned short normal_i2c[] = { SENSORS_I2C_END };43 static unsigned short normal_i2c_range[] = { 0x50, 0x50,SENSORS_I2C_END };42 static unsigned short normal_i2c[] = { 0x50, SENSORS_I2C_END }; 43 static unsigned short normal_i2c_range[] = { SENSORS_I2C_END }; 44 44 static unsigned int normal_isa[] = { SENSORS_ISA_END }; 45 45 static unsigned int normal_isa_range[] = { SENSORS_ISA_END }; -
lm-sensors/trunk/kernel/chips/icspll.c
r1015 r1037 51 51 /* Addresses to scan */ 52 52 #define ADDRESS 0x69 53 static unsigned short normal_i2c[] = { SENSORS_I2C_END };54 static unsigned short normal_i2c_range[] = { ADDRESS, ADDRESS, SENSORS_I2C_END};53 static unsigned short normal_i2c[] = { ADDRESS, SENSORS_I2C_END }; 54 static unsigned short normal_i2c_range[] = { SENSORS_I2C_END }; 55 55 static unsigned int normal_isa[] = { SENSORS_ISA_END }; 56 56 static unsigned int normal_isa_range[] = { SENSORS_ISA_END };
