1 Dec 2008 01:08
Re: [PATCH 1/2] power_supply: Add cold to the POWER_SUPPLY_HEALTH report values
Samuel Ortiz <sameo <at> openedhand.com>
2008-12-01 00:08:07 GMT
2008-12-01 00:08:07 GMT
On Tue, Nov 25, 2008 at 02:25:12PM +0300, Anton Vorontsov wrote:
> On Thu, Nov 20, 2008 at 03:23:40PM +0000, Mark Brown wrote:
> > Some systems are able to report problems with batteries being under
> > temperature.
> >
> > Signed-off-by: Mark Brown <broonie <at> opensource.wolfsonmicro.com>
>
> Looks good to me.
>
> Acked-by: Anton Vorontsov <cbouatmailru <at> gmail.com>
Thanks guys, both patches applied.
Cheers,
Samuel.
> > ---
> > drivers/power/power_supply_sysfs.c | 2 +-
> > include/linux/power_supply.h | 1 +
> > 2 files changed, 2 insertions(+), 1 deletions(-)
> >
> > diff --git a/drivers/power/power_supply_sysfs.c b/drivers/power/power_supply_sysfs.c
> > index 23ae846..ac01e06 100644
> > --- a/drivers/power/power_supply_sysfs.c
> > +++ b/drivers/power/power_supply_sysfs.c
> > <at> <at> -45,7 +45,7 <at> <at> static ssize_t power_supply_show_property(struct device *dev,
> > };
> > static char *health_text[] = {
> > "Unknown", "Good", "Overheat", "Dead", "Over voltage",
> > - "Unspecified failure"
> > + "Unspecified failure", "Cold",
(Continue reading)
RSS Feed