Show
Ignore:
Timestamp:
05/11/08 19:12:29 (5 years ago)
Author:
khali
Message:

Rework all device detection routines which use SMBus read word
transactions in address range 0x40-0x48. Some devices don't like word
transactions, so we now try to do as much of the detection as possible
using byte transactions, and only use word transactions when there is
a good chance that the detection will succeed.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/branches/lm-sensors-3.0.0/CHANGES

    r5245 r5246  
    2828                  Fix the parsing of I2C addresses not to scan 
    2929                  Detect and skip 1-register-only I2C devices 
     30                  Avoid SMBus word transactions where possible 
    3031 
    31323.0.1 (2008-01-28)