From 275ac74629c4d8ec430d7edecb16d936f46a47c5 Mon Sep 17 00:00:00 2001 From: Clifton Barnes Date: Thu, 26 May 2011 16:26:04 -0700 Subject: w1: add Maxim/Dallas DS2780 Stand-Alone Fuel Gauge IC support Add support for the Maxim/Dallas DS2780 Stand-Alone Fuel Gauge IC. It was suggested to combine this functionality with the current ds2782 driver. Unfortunately, I'm unable to commit the time to refactoring this driver to that extent and I don't have a platform with the ds2782 part to validate that there are no regression issues by adding this functionality. [akpm@linux-foundation.org: use min_t()] Signed-off-by: Clifton Barnes Tested-by: Haojian Zhuang Cc: Evgeniy Polyakov Cc: Ryan Mallon Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/w1/w1_family.h | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/w1/w1_family.h') diff --git a/drivers/w1/w1_family.h b/drivers/w1/w1_family.h index 75137590c3b..97479ae70b9 100644 --- a/drivers/w1/w1_family.h +++ b/drivers/w1/w1_family.h @@ -37,6 +37,7 @@ #define W1_FAMILY_DS2408 0x29 #define W1_EEPROM_DS2431 0x2D #define W1_FAMILY_DS2760 0x30 +#define W1_FAMILY_DS2780 0x32 #define MAXNAMELEN 32 -- cgit v1.2.3