Changeset 4346

Show
Ignore:
Timestamp:
03/17/07 14:23:02 (6 years ago)
Author:
khali
Message:

Fix repeated typo in chip name.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/doc/chips/max6650

    r2028 r4346  
    55---------- 
    66 
    7 The MAX6551 is a fan controller. It has two distinct functions: 
     7The MAX6651 is a fan controller. It has two distinct functions: 
    88 
    991) Speed control, with feedback, for a single fan. The code can write 
     
    1515   controlled one. 
    1616 
    17 The MAX6550 is similar but only has one measurement tachometer. 
     17The MAX6650 is similar but only has one measurement tachometer. 
    1818 
    1919Both chips have a few general purpose i/o pins, some of which can be  
     
    2323     http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2296/ln/en 
    2424 
    25 If that has moved searching for MAX6550 from Maxim's home page should  
     25If that has moved searching for MAX6650 from Maxim's home page should  
    2626work. 
    2727 
     
    8080   done it. 
    8181 
    82  o It does not differentiate between a MAX6550 and a MAX6551, as I can 
    83    see no obvious way to do this. It has only been tested with a MAX6551  
    84    so if anyone gets a board with a MAX6550 to test with maybe something  
     82 o It does not differentiate between a MAX6650 and a MAX6651, as I can 
     83   see no obvious way to do this. It has only been tested with a MAX6651  
     84   so if anyone gets a board with a MAX6650 to test with maybe something  
    8585   will be revealed, such as the three missing tachometer registers 
    8686   returning all ones or something. (OK, so maybe I should have called 
     
    9797register, but there are several registers with all zero bits at the  
    9898high end. The driver checks that all of these are in fact zero before 
    99 declaring the chip to be a MAX6550/1. 
     99declaring the chip to be a MAX6650/1. 
    100100 
    101101sensors-detect 
     
    103103 
    104104Support for MAX6650/1 has been added to sensors-detect. It has been 
    105 tested as correctly detecting a MAX6551 at I2C address 0x1B. Like the 
     105tested as correctly detecting a MAX6651 at I2C address 0x1B. Like the 
    106106driver, it cannot yet distinguish a MAX6650 and MAX6651. 
    107107