Changeset 4608
- Timestamp:
- 07/13/07 16:57:31 (1 year ago)
- Files:
-
- lm-sensors/trunk/doc/chips/adm1031 (modified) (2 diffs)
- lm-sensors/trunk/doc/chips/lm90 (modified) (1 diff)
- lm-sensors/trunk/kernel/chips/lm90.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/doc/chips/adm1031
r3007 r4608 10 10 Addresses scanned: I2C 0x2c to 0x2e 11 11 Datasheet: Publicly available at the Analog Devices website 12 http:// products.analog.com/products/info.asp?product=ADM103012 http://www.analog.com/en/prod/0,2877,ADM1030,00.html 13 13 14 14 * Analog Devices ADM1031 … … 16 16 Addresses scanned: I2C 0x2c to 0x2e 17 17 Datasheet: Publicly available at the Analog Devices website 18 http:// products.analog.com/products/info.asp?product=ADM103118 http://www.analog.com/en/prod/0,2877,ADM1031,00.html 19 19 20 20 lm-sensors/trunk/doc/chips/lm90
r4348 r4608 29 29 Addresses scanned: I2C 0x4c and 0x4d 30 30 Datasheet: Publicly available at the Analog Devices website 31 http:// products.analog.com/products/info.asp?product=ADM103231 http://www.analog.com/en/prod/0,2877,ADM1032,00.html 32 32 * Analog Devices ADT7461 33 33 Prefix: 'adt7461' 34 34 Addresses scanned: I2C 0x4c and 0x4d 35 35 Datasheet: Publicly available at the Analog Devices website 36 http:// products.analog.com/products/info.asp?product=ADT746136 http://www.analog.com/en/prod/0,2877,ADT7461,00.html 37 37 Note: Only if in ADM1032 compatibility mode 38 38 * Maxim MAX6657 lm-sensors/trunk/kernel/chips/lm90.c
r4348 r4608 32 32 * that are not handled by this driver. Complete datasheet can be 33 33 * obtained from Analog's website at: 34 * http:// products.analog.com/products/info.asp?product=ADM103234 * http://www.analog.com/en/prod/0,2877,ADM1032,00.html 35 35 * Among others, it has a higher accuracy than the LM90, much like the 36 36 * LM86 does. … … 50 50 * driver. Complete datasheet can be obtained from Analog's website 51 51 * at: 52 * http:// products.analog.com/products/info.asp?product=ADT746152 * http://www.analog.com/en/prod/0,2877,ADT7461,00.html 53 53 * 54 54 * Since the LM90 was the first chipset supported by this driver, most
