diff options
author | Mariusz Bialonczyk <manio@skyboo.net> | 2017-02-23 07:38:43 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-17 15:10:49 +0900 |
commit | e3af95e60738e2f0ecedca96f8f3baa2fa4d1b7d (patch) | |
tree | 72826445792d697f63c2a00d4413ec2f5c5e44cd /drivers/w1/w1_family.h | |
parent | a9ee205883a36e3d51dff5b8f3a7c2c1c4fbab57 (diff) | |
download | blackbird-op-linux-e3af95e60738e2f0ecedca96f8f3baa2fa4d1b7d.tar.gz blackbird-op-linux-e3af95e60738e2f0ecedca96f8f3baa2fa4d1b7d.zip |
w1: add support for DS2438 Smart Battery Monitor
Detailed information about support and provided sysfs files
in my next commit which creates a documentation file:
Documentation/w1/slaves/w1_ds2438
Signed-off-by: Mariusz Bialonczyk <manio@skyboo.net>
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 c4a6b257a367..869a3ff87d29 100644 --- a/drivers/w1/w1_family.h +++ b/drivers/w1/w1_family.h @@ -29,6 +29,7 @@ #define W1_COUNTER_DS2423 0x1D #define W1_THERM_DS1822 0x22 #define W1_EEPROM_DS2433 0x23 +#define W1_FAMILY_DS2438 0x26 #define W1_THERM_DS18B20 0x28 #define W1_FAMILY_DS2408 0x29 #define W1_EEPROM_DS2431 0x2D |