ACPI: battery: Don't return -EFAIL on broken packages.
authorAlexey Starikovskiy <astarikovskiy@suse.de>
Tue, 18 Mar 2008 02:37:42 +0000 (22:37 -0400)
committerLen Brown <len.brown@intel.com>
Tue, 18 Mar 2008 02:37:42 +0000 (22:37 -0400)
commitb8a1bdb14940946fcf0438a6337b2a6c54294fb8
tree498f92631efd34ad555c83714d4427f65de5ec39
parentbde4f8fa8db2abd5ac9c542d76012d0fedab050f
ACPI: battery: Don't return -EFAIL on broken packages.

Acer BIOS has a bug which is exposed when a dead battery is present.

The package template that is used to describe battery status is
over-written with sane values when the battery is live.
But when the batter is dead, a bogus reference in the template
is used.  In this case, Linux returns a fault, when instead
it should simply return that it doesn't know the missing value.

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

Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/battery.c
This page took 0.026092 seconds and 5 git commands to generate.