http://bugzilla.kernel.org/show_bug.cgi?id=8901





------- Comment #4 from [EMAIL PROTECTED]  2007-09-20 06:38 -------
(In reply to comment #2)
> Len,
> I have seen a lot of batteries which show 'last full capacity' smaller or
> greater than 'design capacity', and (as I know) there are not ACPI related
> programs that may be confused because of this.
> Also, windows does not show 'last full capacity', at least I do not know how 
> to
> get one. 
> 

By programs confusing with that numbers I mean the possibility to calculate
percent of battery with (last_full_capacity/current_capacity)*100

Or is it calculed directly by ACPI drivers? In that case I suggest:

percent=current_capacity>design_capacity ? 100 :
(design_capacity/current_capacity)*100;


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to