From 9914518e79800c977e20eda1335d43a4df813e3d Mon Sep 17 00:00:00 2001 From: Shubhrajyoti Datta Date: Sat, 14 Aug 2010 21:08:50 +0200 Subject: hwmon: (lm75) Add suspend/resume feature There is a shutdown feature at suspend it can be enabled to reduce current consumption and resume it can be switched off. Signed-off-by: Shubhrajyoti Datta Signed-off-by: Jean Delvare --- drivers/hwmon/lm75.h | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/hwmon/lm75.h') diff --git a/drivers/hwmon/lm75.h b/drivers/hwmon/lm75.h index 7c93454bb4e3..e547a3eb4de3 100644 --- a/drivers/hwmon/lm75.h +++ b/drivers/hwmon/lm75.h @@ -30,6 +30,7 @@ /* straight from the datasheet */ #define LM75_TEMP_MIN (-55000) #define LM75_TEMP_MAX 125000 +#define LM75_SHUTDOWN 0x01 /* TEMP: 0.001C/bit (-55C to +125C) REG: (0.5C/bit, two's complement) << 7 */ -- cgit v1.2.3