Changeset 4307
- Timestamp:
- 01/24/07 09:00:47 (6 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
prog/detect/sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r4305 r4307 7 7 Add Maxim MAX6655/MAX6656 detection 8 8 (Olexiy Avramchenko) 9 Add VIA CX700 detection 9 10 10 11 -
lm-sensors/trunk/prog/detect/sensors-detect
r4306 r4307 247 247 match => qr/^SMBus V(IA|ia) Pro adapter at/, 248 248 } , 249 { 250 vendid => 0x1106, 251 devid => 0x8324, 252 procid => "VIA Technologies CX700 South Bridge", 253 driver => "i2c-viapro", 254 match => qr/^SMBus V(IA|ia) Pro adapter at/, 255 }, 249 256 { 250 257 vendid => 0x1039,
