diff options
author | Raphael Assenat <raph@8d.com> | 2012-08-16 18:56:40 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-08-16 21:33:59 +0200 |
commit | f3261dfb5538e2ff0264fde3050dbd4e922fa296 (patch) | |
tree | e7c0181d1178efb6d0ec26f4bbd426e510e998f0 /drivers/w1/w1_family.h | |
parent | ti-st: Fix check for pdata->chip_awake function pointer (diff) | |
download | linux-f3261dfb5538e2ff0264fde3050dbd4e922fa296.tar.xz linux-f3261dfb5538e2ff0264fde3050dbd4e922fa296.zip |
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 'drivers/w1/w1_family.h')
-rw-r--r-- | drivers/w1/w1_family.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/w1/w1_family.h b/drivers/w1/w1_family.h index b00ada44a89b..a1f0ce151d53 100644 --- a/drivers/w1/w1_family.h +++ b/drivers/w1/w1_family.h @@ -39,6 +39,7 @@ #define W1_EEPROM_DS2431 0x2D #define W1_FAMILY_DS2760 0x30 #define W1_FAMILY_DS2780 0x32 +#define W1_THERM_DS1825 0x3B #define W1_FAMILY_DS2781 0x3D #define W1_THERM_DS28EA00 0x42 |