|
@@ -74,6 +74,8 @@ enum thermal_trend {
|
|
|
THERMAL_TREND_STABLE, /* temperature is stable */
|
|
|
THERMAL_TREND_RAISING, /* temperature is raising */
|
|
|
THERMAL_TREND_DROPPING, /* temperature is dropping */
|
|
|
+ THERMAL_TREND_RAISE_FULL, /* apply highest cooling action */
|
|
|
+ THERMAL_TREND_DROP_FULL, /* apply lowest cooling action */
|
|
|
};
|
|
|
|
|
|
/* Events supported by Thermal Netlink */
|