https://bugzilla.kernel.org/show_bug.cgi?id=108411

Zhang Rui <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Zhang Rui <[email protected]> ---
This seems to be a BIOS problem to me.
On this laptop, ACPI battery driver just reads the IO register to get battery
status, which is either charging or discharging.

Do you have windows installed? If yes, please check if windows has the same
problem.

Another way to fix this is to add a new logic in upower,
if AC on line {
  if battery charging
     return battery status = charging
  else
     return battery status = charged /* battery can not be discharging when AC
is on */ 
}
But anyway, this is not a kernel bug to me.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

------------------------------------------------------------------------------
_______________________________________________
acpi-bugzilla mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to