diff options
| author | Raphael Assenat <raph@8d.com> | 2012-08-16 12:56:40 -0400 | 
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-08-16 12:33:59 -0700 | 
| commit | f3261dfb5538e2ff0264fde3050dbd4e922fa296 (patch) | |
| tree | e7c0181d1178efb6d0ec26f4bbd426e510e998f0 /Documentation/w1/slaves | |
| parent | f3d9d365ff7f36c4e3491ef31788449f419b781b (diff) | |
| download | linux-f3261dfb5538e2ff0264fde3050dbd4e922fa296.tar.bz2 | |
1-Wire: Add support for the maxim ds1825 temperature sensor
This patch adds support for maxim ds1825 based 1-wire temperature sensors.
Signed-off-by: Raphael Assenat <raph@8d.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/w1/slaves')
| -rw-r--r-- | Documentation/w1/slaves/w1_therm | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/Documentation/w1/slaves/w1_therm b/Documentation/w1/slaves/w1_therm index 0403aaaba878..874a8ca93feb 100644 --- a/Documentation/w1/slaves/w1_therm +++ b/Documentation/w1/slaves/w1_therm @@ -3,6 +3,7 @@ Kernel driver w1_therm  Supported chips:    * Maxim ds18*20 based temperature sensors. +  * Maxim ds1825 based temperature sensors.  Author: Evgeniy Polyakov <johnpol@2ka.mipt.ru> @@ -15,6 +16,7 @@ supported family codes:  W1_THERM_DS18S20	0x10  W1_THERM_DS1822		0x22  W1_THERM_DS18B20	0x28 +W1_THERM_DS1825		0x3B  Support is provided through the sysfs w1_slave file.  Each open and  read sequence will initiate a temperature conversion then provide two |