To represent thermal limitation of power_supply, it adds 'temperature_max, temperature_min' to power_supply_info structure.
Signed-off-by: Jonghwa Lee <jonghwa3....@samsung.com> --- include/linux/power_supply.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h index 99306aa..0c8588c 100644 --- a/include/linux/power_supply.h +++ b/include/linux/power_supply.h @@ -241,6 +241,8 @@ struct power_supply_info { int charge_empty_design; int energy_full_design; int energy_empty_design; + int temperature_max; + int temperature_min; int use_for_apm; }; -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/