Re: [PATCH 6/7] [RFC] ds2760 battery driver

From: Pavel Machek
Date: Tue Apr 17 2007 - 04:18:27 EST


Hi!

> >> + /* Calculate the empty level at the present temperature. */
> >> + scale[4] = di->raw[DS2760_ACTIVE_EMPTY + 4];
> >> + for (i = 3; i >= 0; i--)
> >> + scale[i] = scale[i + 1] + di->raw[DS2760_ACTIVE_EMPTY + i];
> >> +
> >> + di->empty_mAh = battery_interpolate(scale, di->temp_C / 10);
> >
> >Wow.
>
> Yeah, mea culpa. I don't like its obtuseness either, and haven't
> revisited it since I got it working. Basically the battery has an

No, I actually like the fact that someone cared enough about
temperature's influence on li-ion.
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/