Changeset 4608

Show
Ignore:
Timestamp:
07/13/07 16:57:31 (6 years ago)
Author:
khali
Message:

Fix broken links to datasheets.

Location:
lm-sensors/trunk
Files:
3 modified

Legend:

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

    r3007 r4608  
    1010    Addresses scanned: I2C 0x2c to 0x2e 
    1111    Datasheet: Publicly available at the Analog Devices website 
    12                http://products.analog.com/products/info.asp?product=ADM1030 
     12               http://www.analog.com/en/prod/0,2877,ADM1030,00.html 
    1313 
    1414  * Analog Devices ADM1031 
     
    1616    Addresses scanned: I2C 0x2c to 0x2e 
    1717    Datasheet: Publicly available at the Analog Devices website 
    18                http://products.analog.com/products/info.asp?product=ADM1031 
     18               http://www.analog.com/en/prod/0,2877,ADM1031,00.html 
    1919 
    2020 
  • lm-sensors/trunk/doc/chips/lm90

    r4348 r4608  
    2929    Addresses scanned: I2C 0x4c and 0x4d 
    3030    Datasheet: Publicly available at the Analog Devices website 
    31                http://products.analog.com/products/info.asp?product=ADM1032 
     31               http://www.analog.com/en/prod/0,2877,ADM1032,00.html 
    3232  * Analog Devices ADT7461 
    3333    Prefix: 'adt7461' 
    3434    Addresses scanned: I2C 0x4c and 0x4d 
    3535    Datasheet: Publicly available at the Analog Devices website 
    36                http://products.analog.com/products/info.asp?product=ADT7461 
     36               http://www.analog.com/en/prod/0,2877,ADT7461,00.html 
    3737    Note: Only if in ADM1032 compatibility mode 
    3838  * Maxim MAX6657 
  • lm-sensors/trunk/kernel/chips/lm90.c

    r4348 r4608  
    3232 * that are not handled by this driver. Complete datasheet can be 
    3333 * obtained from Analog's website at: 
    34  *   http://products.analog.com/products/info.asp?product=ADM1032 
     34 *   http://www.analog.com/en/prod/0,2877,ADM1032,00.html 
    3535 * Among others, it has a higher accuracy than the LM90, much like the 
    3636 * LM86 does. 
     
    5050 * driver. Complete datasheet can be obtained from Analog's website 
    5151 * at: 
    52  *   http://products.analog.com/products/info.asp?product=ADT7461 
     52 *   http://www.analog.com/en/prod/0,2877,ADT7461,00.html 
    5353 * 
    5454 * Since the LM90 was the first chipset supported by this driver, most