[Bug 6628] Querying battery status is incomplete

bugzilla-daemon at bugzilla.ubuntu.com bugzilla-daemon at bugzilla.ubuntu.com
Fri Sep 23 14:00:13 UTC 2005


Please do not reply to this email.  You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=6628
Ubuntu | linux


mjg59 at codon.org.uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |NOTABUG




------- Additional Comments From mjg59 at codon.org.uk  2005-09-23 15:00 UTC -------
Your DSDT has the following:

                        Name (BFB0, Package (0x04)
                        {
                            Zero,
                            Zero,
                            0x1034,
                            0x2A30
                        }

which is an object returned by the _BST ACPI method (which gives battery
status). According to the ACPI spec, the second of these members is the current
rate. There's nothing in your DSDT that ever writes anything to that offset, so
it stays at 0. The other members are populated by the _BST call, so return
correct information. I'm afraid that your system is working as designed, it's
just been badly designed. 

-- 
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the kernel-bugs mailing list